Core/String: Fix missing modifications
Former-commit-id: ac0e45fcc8caf8135542cb2fa6ab02b22182735a
This commit is contained in:
@@ -317,6 +317,7 @@ namespace Nz
|
||||
{
|
||||
inline SharedString();
|
||||
inline SharedString(unsigned int strSize);
|
||||
inline SharedString(unsigned int strSize, unsigned int strCapacity);
|
||||
|
||||
unsigned int capacity;
|
||||
unsigned int size;
|
||||
|
||||
Reference in New Issue
Block a user