X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8a82c9ecc9a2cba9727b538c818ebdba243eacbc..a333f34d91ae845d39ca8a833290e9a1c3d04749:/contrib/samples/ogl/studio/cspalette.h?ds=inline diff --git a/contrib/samples/ogl/studio/cspalette.h b/contrib/samples/ogl/studio/cspalette.h index 9b2d9cccc0..2e36960736 100644 --- a/contrib/samples/ogl/studio/cspalette.h +++ b/contrib/samples/ogl/studio/cspalette.h @@ -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 {