summaryrefslogtreecommitdiff
path: root/src/MXF.h
diff options
context:
space:
mode:
authorjhurst <jhurst@cinecert.com>2013-07-02 15:35:41 +0000
committerjhurst <>2013-07-02 15:35:41 +0000
commit2f6f8dbb08b63351bfa25d3a008a41dec78f7dde (patch)
tree3f498181136b18547fa0a12e78793b6ede3f9b1a /src/MXF.h
parent0cc43cc3765c003d60196ff45213c2835281a0c3 (diff)
finished optional properties
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