X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ab7ce33c563651f790f99d64ee56727706047ae3..59455c67d444c12f6d6a59e0c16528554c8b4c30:/contrib/samples/ogl/studio/cspalette.h diff --git a/contrib/samples/ogl/studio/cspalette.h b/contrib/samples/ogl/studio/cspalette.h index a910553e56..2e36960736 100644 --- a/contrib/samples/ogl/studio/cspalette.h +++ b/contrib/samples/ogl/studio/cspalette.h @@ -18,7 +18,7 @@ #include #include -#include +#include /* * Object editor tool palette @@ -28,7 +28,10 @@ // TODO for wxWin: wxToolBar95 cannot be moved to a non-0,0 position! // Needs to have a parent window... // So use a simple toolbar at present. -#define TOOLPALETTECLASS wxToolBarSimple +// ABX: Simple toolbar is not available in default compilation and is deprecated +// so I use wxToolBar anyway +// #define TOOLPALETTECLASS wxToolBarSimple +#define TOOLPALETTECLASS wxToolBar class csEditorToolPalette: public TOOLPALETTECLASS {