X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cecdcad1db85bec15c83bc80543742fb32dacb27..bfeed34c1cb102300a9a24a50657304e60486700:/contrib/samples/ogl/ogledit/ogledit.h diff --git a/contrib/samples/ogl/ogledit/ogledit.h b/contrib/samples/ogl/ogledit/ogledit.h index 6ecddb60bb..804ba67e4f 100644 --- a/contrib/samples/ogl/ogledit/ogledit.h +++ b/contrib/samples/ogl/ogledit/ogledit.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: ogledit.h +// Name: contrib/samples/ogl/ogledit/ogledit.h // Purpose: OGL sample // Author: Julian Smart // Modified by: @@ -9,15 +9,11 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#if defined(__GNUG__) && !defined(__APPLE__) -// #pragma interface -#endif - #ifndef _OGLSAMPLE_OGLEDIT_H_ #define _OGLSAMPLE_OGLEDIT_H_ -#include -#include // base header of OGL, includes and adjusts wx/deprecated/setup.h +#include "wx/docview.h" +#include "wx/ogl/ogl.h" // base header of OGL, includes and adjusts wx/deprecated/setup.h // Define a new application class MyFrame;