finished optional properties
[asdcplib.git] / src / MXF.h
index dc06c7fceef1ad6e08734f601c6bb0475a846f82..4af89932d7c680439692e16ab85f56bf8325a035 100755 (executable)
--- a/src/MXF.h
+++ b/src/MXF.h
@@ -237,7 +237,7 @@ namespace ASDCP
          void reset(const PropertyType& rhs) { this->m_has_value = false; }
          bool empty() const { return ! m_has_value; }
          PropertyType& get() { return m_property; }
-         const PropertyType& cget() const { return m_property; }
+         const PropertyType& const_get() const { return m_property; }
        };
 
       // base class of all metadata objects