projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
compilation fix for wxOSX_USE_EXPERIMENTAL_FONTDIALOG==0 (closes #10834)
[wxWidgets.git]
/
src
/
xrc
/
xh_tglbtn.cpp
diff --git
a/src/xrc/xh_tglbtn.cpp
b/src/xrc/xh_tglbtn.cpp
index c5f0b559e75031edbbedccd9f285ffe9fb3a8d1c..174252ae28b04096310ca25708f4ebbfe036a5e7 100644
(file)
--- a/
src/xrc/xh_tglbtn.cpp
+++ b/
src/xrc/xh_tglbtn.cpp
@@
-19,6
+19,7
@@
#include "wx/xrc/xh_tglbtn.h"
#include "wx/tglbtn.h"
+#include "wx/button.h" // solely for wxBU_EXACTFIT
IMPLEMENT_DYNAMIC_CLASS(wxToggleButtonXmlHandler, wxXmlResourceHandler)