X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ca21c76b2a55252b483a3fe7e426211c229b50dc..66c2bf7b1d9326fb650acfaae22ec50528cfbf7c:/include/wx/anybutton.h diff --git a/include/wx/anybutton.h b/include/wx/anybutton.h index f5a6cb7c3a..ebeac3b551 100644 --- a/include/wx/anybutton.h +++ b/include/wx/anybutton.h @@ -3,7 +3,6 @@ // Purpose: wxAnyButtonBase class // Author: Vadim Zetlin // Created: 2000-08-15 (extracted from button.h) -// RCS-ID: $Id$ // Copyright: (c) Vadim Zetlin // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -176,7 +175,7 @@ protected: }; #if defined(__WXUNIVERSAL__) - typedef wxAnyButtonBase wxAnyButton; + #include "wx/univ/anybutton.h" #elif defined(__WXMSW__) #include "wx/msw/anybutton.h" //#elif defined(__WXMOTIF__) @@ -191,8 +190,6 @@ protected: // #include "wx/cocoa/anybutton.h" //#elif defined(__WXPM__) // #include "wx/os2/anybutton.h" -//#elif defined(__WXPALMOS__) -// #include "wx/palmos/anybutton.h" #else typedef wxAnyButtonBase wxAnyButton; #endif