X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/53a2db124c633f80bdb16336084262037d879a2c..86ac84b8ce086e6bbda58f422d41f84268606e35:/include/wx/tglbtn.h diff --git a/include/wx/tglbtn.h b/include/wx/tglbtn.h index e4ab3394dc..d7546f1f44 100644 --- a/include/wx/tglbtn.h +++ b/include/wx/tglbtn.h @@ -20,7 +20,7 @@ #include "wx/event.h" #include "wx/control.h" // base class -extern WXDLLIMPEXP_CORE const wxEventType wxEVT_COMMAND_TOGGLEBUTTON_CLICKED; +wxDECLARE_EXPORTED_EVENT( WXDLLIMPEXP_CORE, wxEVT_COMMAND_TOGGLEBUTTON_CLICKED, wxCommandEvent ); // ---------------------------------------------------------------------------- // wxToggleButtonBase @@ -65,7 +65,7 @@ protected: // choose the default border for this window virtual wxBorder GetDefaultBorder() const { return wxBORDER_NONE; } - DECLARE_NO_COPY_CLASS(wxToggleButtonBase) + wxDECLARE_NO_COPY_CLASS(wxToggleButtonBase); }; @@ -83,7 +83,7 @@ protected: # elif defined(__WXMOTIF__) #include "wx/motif/tglbtn.h" #elif defined(__WXMAC__) - #include "wx/mac/tglbtn.h" + #include "wx/osx/tglbtn.h" #elif defined(__WXPALMOS__) #include "wx/palmos/tglbtn.h" #elif defined(__WXPM__)