actually store length in CZString

This commit is contained in:
Christopher Dunn
2015-03-02 12:20:22 -06:00
parent 57ad051f67
commit 8a77037320
2 changed files with 8 additions and 8 deletions

View File

@@ -164,7 +164,7 @@ private:
duplicateOnCopy
};
CZString(ArrayIndex index);
CZString(const char* cstr, DuplicationPolicy allocate);
CZString(char const* cstr, unsigned length, DuplicationPolicy allocate);
CZString(const CZString& other);
~CZString();
CZString& operator=(CZString other);