1
0
Fork 0

fixed invalid member name

This commit is contained in:
Jan Steemann 2016-03-11 09:12:02 +01:00
parent ce28f5492f
commit 4074ba47ee
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ class Buffer {
delete[] _buffer;
}
_buffer = buffer;
_alloc = that.pos;
_alloc = that._pos;
}
_pos = that._pos;