mirror of
https://github.com/diamante0018/BlackOpsPlugin.git
synced 2025-04-22 02:55:43 +00:00
Update string.hpp
This commit is contained in:
parent
6ceb8da416
commit
5b21a72d8e
@ -39,7 +39,7 @@ private:
|
||||
class entry final {
|
||||
public:
|
||||
explicit entry(const size_t size = min_buffer_size)
|
||||
: size(size), buffer_(nullptr) {
|
||||
: size_(size), buffer_(nullptr) {
|
||||
if (this->size_ < min_buffer_size)
|
||||
this->size_ = min_buffer_size;
|
||||
this->allocate();
|
||||
|
Loading…
x
Reference in New Issue
Block a user