]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/memconf.h
regenerated after bakefile change to always create shared-ld-sh under Darwin
[wxWidgets.git] / include / wx / memconf.h
index 0d7a2228b620d9ae2e25c9c73ec6b0136e20e4fe..2b06e8983dd7e6cf609724b42544b66cfbee9bfa 100644 (file)
@@ -8,22 +8,20 @@
 // Created:     22.01.00
 // RCS-ID:      $Id$
 // Copyright:   (c) 2000 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 /*
  * NB: I don't see how this class may possibly be useful to the application
  *     program (as the settings are lost on program termination), but it is
- *     handy to have it inside wxWindows. So for now let's say that this class
- *     is private and should only be used by wxWindows itself - this might
+ *     handy to have it inside wxWidgets. So for now let's say that this class
+ *     is private and should only be used by wxWidgets itself - this might
  *     change in the future.
  */
 
 #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
@@ -47,6 +45,8 @@ public:
                                     0)              // don't use any files
     {
     }
+
+    DECLARE_NO_COPY_CLASS(wxMemoryConfig)
 };
 
 #endif // wxUSE_CONFIG