diff options
| author | jhurst <jhurst@cinecert.com> | 2013-07-02 15:35:41 +0000 |
|---|---|---|
| committer | jhurst <> | 2013-07-02 15:35:41 +0000 |
| commit | 2f6f8dbb08b63351bfa25d3a008a41dec78f7dde (patch) | |
| tree | 3f498181136b18547fa0a12e78793b6ede3f9b1a /src/MXF.h | |
| parent | 0cc43cc3765c003d60196ff45213c2835281a0c3 (diff) | |
finished optional properties
Diffstat (limited to 'src/MXF.h')
| -rwxr-xr-x | src/MXF.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
