X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fc7a2a602b4bd9308be21bc07e40a680f483438e..fdc62f44622dfcfea2f43910478fe5bb8ac0e938:/include/wx/memconf.h diff --git a/include/wx/memconf.h b/include/wx/memconf.h index c0d46e7fee..2b06e8983d 100644 --- a/include/wx/memconf.h +++ b/include/wx/memconf.h @@ -14,16 +14,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