summaryrefslogtreecommitdiff
path: root/src/MXF.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/MXF.h')
-rwxr-xr-xsrc/MXF.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MXF.h b/src/MXF.h
index dc06c7f..4af8993 100755
--- 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