X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b9ac87bc5cbe46227195e32c44e25831f8206e3c..5a332fb5e08328833f78c4ca999d5d102239a309:/contrib/include/wx/ogl/ogldiag.h diff --git a/contrib/include/wx/ogl/ogldiag.h b/contrib/include/wx/ogl/ogldiag.h index 540c2244ac..9a947182e2 100644 --- a/contrib/include/wx/ogl/ogldiag.h +++ b/contrib/include/wx/ogl/ogldiag.h @@ -16,9 +16,14 @@ #pragma interface "ogldiag.h" #endif -#include +#include "wx/ogl/basic.h" -class wxDiagram: public wxObject +#if wxUSE_PROLOGIO +#include +#endif + + +class WXDLLIMPEXP_OGL wxDiagram: public wxObject { DECLARE_DYNAMIC_CLASS(wxDiagram) @@ -93,7 +98,7 @@ protected: wxList* m_shapeList; }; -class wxLineCrossing: public wxObject +class WXDLLIMPEXP_OGL wxLineCrossing: public wxObject { public: wxLineCrossing() { m_lineShape1 = NULL; m_lineShape2 = NULL; } @@ -106,7 +111,7 @@ public: wxLineShape* m_lineShape2; }; -class wxLineCrossings: public wxObject +class WXDLLIMPEXP_OGL wxLineCrossings: public wxObject { public: wxLineCrossings();