Update string.hpp

This commit is contained in:
2023-03-29 14:08:37 +01:00
committed by GitHub
parent 5b21a72d8e
commit ba34c349e7

View File

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