fix compile error on MacOS

This commit is contained in:
Volker Fischer 2013-12-16 20:41:09 +00:00
parent cbaefb32da
commit 4f91d59a96

View File

@ -271,11 +271,8 @@ public:
else else
{ {
// data can be read in one step // data can be read in one step
const std::vector<TData>::const_iterator ItMemoryGetPos = std::copy ( vecMemory.begin() + iGetPos,
vecMemory.begin() + iGetPos; vecMemory.begin() + iGetPos + iInSize,
std::copy ( ItMemoryGetPos,
ItMemoryGetPos + iInSize,
vecData.begin() ); vecData.begin() );
// set the get position one block further (no wrap around needs // set the get position one block further (no wrap around needs