]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/intl.cpp
simpler define handling
[wxWidgets.git] / src / common / intl.cpp
index d0a11eac2f7ce58beb5092ffe0e2af015e988c28..657273a324892765b9934455aa83271afe6901f9 100644 (file)
@@ -66,7 +66,7 @@
 #include "wx/tokenzr.h"
 #include "wx/fontmap.h"
 #include "wx/encconv.h"
-#include "wx/ptr_scpd.h"
+#include "wx/scopedptr.h"
 #include "wx/apptrait.h"
 #include "wx/stdpaths.h"
 #include "wx/hashset.h"
@@ -959,7 +959,7 @@ private:
 
     bool m_bSwapped;   // wrong endianness?
 
-    DECLARE_NO_COPY_CLASS(wxMsgCatalogFile)
+    wxDECLARE_NO_COPY_CLASS(wxMsgCatalogFile);
 };