]> 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 242d5d7cd4d76caa024f093fcd61d61af6ef82d9..2fdfde9b1993b8eaf03d69a60441a03a160d3088 100644 (file)
@@ -8,7 +8,7 @@
 // Created:     22.01.00
 // RCS-ID:      $Id$
 // Copyright:   (c) 2000 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 /*
@@ -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