X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/655719367ac5e131d9642e5783f3ecf64d1a3385..53f60d4ab61af3d8f72eb2202b4cda96774531d8:/include/wx/memconf.h

diff --git a/include/wx/memconf.h b/include/wx/memconf.h
index 44e05c51c7..2fdfde9b19 100644
--- a/include/wx/memconf.h
+++ b/include/wx/memconf.h
@@ -22,8 +22,6 @@
 #ifndef _WX_MEMCONF_H_
 #define _WX_MEMCONF_H_
 
-// no #pragma interface because no implementation file
-
 #if wxUSE_CONFIG
 
 #include "wx/fileconf.h"   // the base class
@@ -48,7 +46,7 @@ public:
     {
     }
 
-    DECLARE_NO_COPY_CLASS(wxMemoryConfig)
+    wxDECLARE_NO_COPY_CLASS(wxMemoryConfig);
 };
 
 #endif // wxUSE_CONFIG