summaryrefslogtreecommitdiff
path: root/asdcplib/src/AS_DCP_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'asdcplib/src/AS_DCP_internal.h')
-rwxr-xr-xasdcplib/src/AS_DCP_internal.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/asdcplib/src/AS_DCP_internal.h b/asdcplib/src/AS_DCP_internal.h
index 811a87c2..4c1507c8 100755
--- a/asdcplib/src/AS_DCP_internal.h
+++ b/asdcplib/src/AS_DCP_internal.h
@@ -110,9 +110,9 @@ namespace ASDCP
KLReader() {}
~KLReader() {}
- inline const byte_t* Key() { return m_KeyBuf; }
- inline const ui64_t Length() { return m_ValueLength; }
- inline const ui64_t KLLength() { return m_KLLength; }
+ inline byte_t* Key() { return m_KeyBuf; }
+ inline ui64_t Length() { return m_ValueLength; }
+ inline ui64_t KLLength() { return m_KLLength; }
Result_t ReadKLFromFile(Kumu::FileReader& Reader);
};