]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/strconv.cpp
implemented IsModified() and DiscardEdits()
[wxWidgets.git] / src / common / strconv.cpp
index 68c41c71483002570de3616bcd19aca68c1d4c80..a5e08ae3330413bf9731ca01dd52f12132f9abcc 100644 (file)
@@ -17,7 +17,7 @@
 // headers
 // ----------------------------------------------------------------------------
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
   #pragma implementation "strconv.h"
 #endif
 
@@ -846,6 +846,8 @@ public:
 
     // were we initialized successfully?
     bool m_ok;
+
+    DECLARE_NO_COPY_CLASS(EC_CharSet)
 };
 
 #endif // wxUSE_FONTMAP