aboutsummaryrefslogtreecommitdiff
path: root/libxsde/xsde/cxx/string.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libxsde/xsde/cxx/string.hxx')
-rw-r--r--libxsde/xsde/cxx/string.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/libxsde/xsde/cxx/string.hxx b/libxsde/xsde/cxx/string.hxx
index 807cfbd..365b855 100644
--- a/libxsde/xsde/cxx/string.hxx
+++ b/libxsde/xsde/cxx/string.hxx
@@ -77,6 +77,9 @@ namespace xsde
void
attach (char*);
+ void
+ attach (char*, size_t);
+
private:
string (const string&);