X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/64716cd79d5e70358e10dca44effea1d16f14cdc..abe2606b703f615dbe96d2d7a54345c0b27b9843:/include/wx/gtk1/checklst.h?ds=sidebyside diff --git a/include/wx/gtk1/checklst.h b/include/wx/gtk1/checklst.h index cbdd0ee233..8022f35658 100644 --- a/include/wx/gtk1/checklst.h +++ b/include/wx/gtk1/checklst.h @@ -16,6 +16,9 @@ #endif #include "wx/defs.h" + +#if wxUSE_CHECKLISTBOX + #include "wx/object.h" #include "wx/list.h" #include "wx/control.h" @@ -53,4 +56,5 @@ public: }; #endif - //__GTKCHECKLISTH__ + +#endif //__GTKCHECKLISTH__