diff options
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 |
