mirror of
https://github.com/diamante0018/BlackOpsPlugin.git
synced 2025-06-30 16:21:50 +00:00
Update string.hpp
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user