X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/655719367ac5e131d9642e5783f3ecf64d1a3385..66c2bf7b1d9326fb650acfaae22ec50528cfbf7c:/include/wx/memconf.h diff --git a/include/wx/memconf.h b/include/wx/memconf.h index 44e05c51c7..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 /////////////////////////////////////////////////////////////////////////////// @@ -22,8 +21,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 +45,7 @@ public: { } - DECLARE_NO_COPY_CLASS(wxMemoryConfig) + wxDECLARE_NO_COPY_CLASS(wxMemoryConfig); }; #endif // wxUSE_CONFIG