X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/254a21292b0ccf234ed1dbc6acd37708672ffcc0..08b97268061292f7c3794dae243a6490b23a42f1:/utils/configtool/src/mainframe.h?ds=inline diff --git a/utils/configtool/src/mainframe.h b/utils/configtool/src/mainframe.h index cf240a0dca..8567f116ae 100644 --- a/utils/configtool/src/mainframe.h +++ b/utils/configtool/src/mainframe.h @@ -12,13 +12,10 @@ #ifndef _AP_MAINFRAME_H_ #define _AP_MAINFRAME_H_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma interface "mainframe.cpp" -#endif - #include "wx/imaglist.h" #include "wx/docview.h" #include "wx/notebook.h" +#include "wx/textctrl.h" // #define USE_CONFIG_BROWSER_PAGE @@ -184,7 +181,9 @@ public: void CreateWindows(); /// Copies the text to the clipboard. +#if wxUSE_CLIPBOARD void OnCopyToClipboard(wxCommandEvent& event); +#endif // wxUSE_CLIPBOARD void OnUpdateCopy(wxUpdateUIEvent& event); /// Regenerates setup.h/configure command