diff options
Diffstat (limited to 'include/String.h')
-rw-r--r-- | include/String.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/String.h b/include/String.h index ddb0cde..94faa54 100644 --- a/include/String.h +++ b/include/String.h @@ -77,6 +77,7 @@ class String : public Base { bool operator<(const String &) const; bool operator>(const String &) const; char operator[](size_t i) const; + private: String(int hs, const char *); static char t[BUFSIZ]; |