git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1591
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
void CopyBeforeWrite();
void AllocBeforeWrite(size_t);
void CopyBeforeWrite();
void AllocBeforeWrite(size_t);
+ // this method is not implemented - there is _no_ conversion from int to
+ // string, you're doing something wrong if the compiler wants to call it!
+ //
+ // try `s << i' or `s.Printf("%d", i)' instead
+ wxString(int);
+ wxString(long);
+
public:
// constructors and destructor
// ctor for an empty string
public:
// constructors and destructor
// ctor for an empty string