]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/string.h
keep {Left,Middle,Right}Down() methods of wxMouseState which were present in 2.9...
[wxWidgets.git] / include / wx / string.h
index a67e8e8fb973550c27139a5e6f3a0fdceeb1db0c..65e29e10ec36b561562ce74a2e96e1133cf05f48 100644 (file)
@@ -209,7 +209,7 @@ inline int Stricmp(const char *psz1, const char *psz2)
 
 // Lightweight object returned by wxString::c_str() and implicitly convertible
 // to either const char* or const wchar_t*.
-class WXDLLIMPEXP_BASE wxCStrData
+class wxCStrData
 {
 private:
     // Ctors; for internal use by wxString and wxCStrData only