Allow metadata to be written incrementally.
[cumulus.git] / ref.cc
diff --git a/ref.cc b/ref.cc
index ff710d2..ce16cb8 100644 (file)
--- a/ref.cc
+++ b/ref.cc
@@ -28,6 +28,10 @@ string generate_uuid()
     return string(buf);
 }
 
+ObjectReference::ObjectReference()
+    : segment(""), object("")
+{
+}
 
 ObjectReference::ObjectReference(const std::string& segment, int sequence)
     : segment(segment)