Update string.hpp

This commit is contained in:
6arelyFuture 2023-03-29 14:08:37 +01:00 committed by GitHub
parent 5b21a72d8e
commit ba34c349e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@ public:
entry->double_size();
}
return entry->buffer;
return entry->buffer_;
}
private: