Kaydet (Commit) 9533611f authored tarafından David Tardon's avatar David Tardon

drop useless const_cast

Change-Id: I8a14faf56303b986c3e6c8e9bec53210ae86fc87
üst 1031dba9
......@@ -876,7 +876,7 @@ const unsigned char *WPXSvInputStream::read(unsigned long numBytes, unsigned lon
numBytesRead = numBytes;
mpImpl->mnReadBufferPos += numBytesRead;
return const_cast<const unsigned char *>(mpImpl->mpReadBuffer);
return mpImpl->mpReadBuffer;
}
long WPXSvInputStream::tell()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment