From aa1ea57fbbfe775168dacceb707a1dc80dc02dae Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 16 Jul 2012 19:43:03 +0100 Subject: Fix ADSCP warnings. --- asdcplib/src/AS_DCP_internal.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'asdcplib/src/AS_DCP_internal.h') 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); }; -- cgit v1.2.3