X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;f=ref.h;h=cc21a5a0c8f7783b159acf5d9fb52e6bcd9a425b;hb=5c10647d667fc4408b73402db9247181a54a57ad;hp=13eba9401c9e8beaa51910c4f6016e4616ee0f06;hpb=08147fb0bc1d09610b05f3f7d54eda88ef5776ec;p=cumulus.git diff --git a/ref.h b/ref.h index 13eba94..cc21a5a 100644 --- a/ref.h +++ b/ref.h @@ -64,6 +64,7 @@ std::string generate_uuid(); * and converted to and from the text representation. */ class ObjectReference { public: + ObjectReference(); ObjectReference(const std::string& segment, int sequence); ObjectReference(const std::string& segment, const std::string& sequence);