mirror of https://gitee.com/bigwinds/arangodb
fixed invalid member name
This commit is contained in:
parent
ce28f5492f
commit
4074ba47ee
|
@ -78,7 +78,7 @@ class Buffer {
|
|||
delete[] _buffer;
|
||||
}
|
||||
_buffer = buffer;
|
||||
_alloc = that.pos;
|
||||
_alloc = that._pos;
|
||||
}
|
||||
|
||||
_pos = that._pos;
|
||||
|
|
Loading…
Reference in New Issue