bugfix in indexing
[asdcplib.git] / Identifier.h
index ddfaa41636f64739beecbf98b22a1c4e7b6dd011..750d42e467191050ce7aa5d0f900ccba0fb3d62e 100755 (executable)
@@ -65,7 +65,7 @@ namespace ASDCP
        return RESULT_OK;
       }
 
-      inline const byte_t* Data() const { return m_Value; }
+      inline const byte_t* Value() const { return m_Value; }
 
       inline ui32_t Size() const { return SIZE; }