]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/memconf.h
Added NSApplicationDelegate's openFiles for wxOSX-Cocoa.
[wxWidgets.git] / include / wx / memconf.h
index 44e05c51c772c5a45d7f62348ff497f51eab972d..2fdfde9b1993b8eaf03d69a60441a03a160d3088 100644 (file)
@@ -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