X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/371a5b4e62eb415107e045588f614fa49e866e78..66c2bf7b1d9326fb650acfaae22ec50528cfbf7c:/include/wx/memconf.h diff --git a/include/wx/memconf.h b/include/wx/memconf.h index e10a1359d4..3dbec634e1 100644 --- a/include/wx/memconf.h +++ b/include/wx/memconf.h @@ -6,7 +6,6 @@ // Author: Vadim Zeitlin // Modified by: // Created: 22.01.00 -// RCS-ID: $Id$ // Copyright: (c) 2000 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// @@ -14,16 +13,14 @@ /* * 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 +44,8 @@ public: 0) // don't use any files { } + + wxDECLARE_NO_COPY_CLASS(wxMemoryConfig); }; #endif // wxUSE_CONFIG