X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0de9b5b23f70465393526546cd1a69fcfcd26e9c..7cc98b3e3fbe91688e1ff8852a03e589aec5c866:/include/wx/gtk/choice.h?ds=sidebyside diff --git a/include/wx/gtk/choice.h b/include/wx/gtk/choice.h index da0b83c288..acd0324c00 100644 --- a/include/wx/gtk/choice.h +++ b/include/wx/gtk/choice.h @@ -15,6 +15,7 @@ #endif #include "wx/defs.h" + #include "wx/object.h" #include "wx/list.h" #include "wx/control.h" @@ -96,4 +97,5 @@ public: void ApplyWidgetStyle(); }; + #endif // __GTKCHOICEH__