]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/memconf.h
Fix up NSSlider code to not use class posing and instantiate the proper type (now...
[wxWidgets.git] / include / wx / memconf.h
index c0d46e7fee9ad5e47de23b05ffc1a87a8b3507fa..2b06e8983dd7e6cf609724b42544b66cfbee9bfa 100644 (file)
 /*
  * 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
 /*
  * 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_
 
  *     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
 #if wxUSE_CONFIG
 
 #include "wx/fileconf.h"   // the base class