X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4e83306987a57fae066568f181903d3eac1a71c3..88517d90087856e01002f1e3dea1a0ce659f28ea:/contrib/samples/ogl/ogledit/palette.cpp diff --git a/contrib/samples/ogl/ogledit/palette.cpp b/contrib/samples/ogl/ogledit/palette.cpp index b149c30261..30adc96717 100644 --- a/contrib/samples/ogl/ogledit/palette.cpp +++ b/contrib/samples/ogl/ogledit/palette.cpp @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: palette.cpp +// Name: samples/ogl/ogledit/palette.cpp // Purpose: OGLEdit palette // Author: Julian Smart // Modified by: @@ -9,10 +9,6 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifdef __GNUG__ -// #pragma implementation -#endif - // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" @@ -21,10 +17,10 @@ #endif #ifndef WX_PRECOMP -#include +#include "wx/wx.h" #endif -#include +#include "wx/toolbar.h" #include #include @@ -105,4 +101,3 @@ EditorToolPalette *MyApp::CreatePalette(wxFrame *parent) palette->currentlySelected = PALETTE_ARROW; return palette; } -