]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/samples/ogl/ogledit/doc.h
Applied patch [ 774837 ] OGL wxLineShape::HitTest: smaller region
[wxWidgets.git] / contrib / samples / ogl / ogledit / doc.h
index 17432e9c37613bf2e11cc9ec97d6035df15632c4..93e98fec6c4e0c8fbf2a35a7a5d38cdaa707fd8c 100644 (file)
 #include <wx/string.h>
 
 #include <wx/deprecated/setup.h>
+
+#if wxUSE_PROLOGIO
 #include <wx/deprecated/wxexpr.h>
+#endif
+
 #include <wx/ogl/ogl.h>
 
 #if wxUSE_STD_IOSTREAM
@@ -36,8 +40,10 @@ class MyDiagram: public wxDiagram
 {
  public:
   MyDiagram(void) {}
+#if wxUSE_PROLOGIO
   bool OnShapeSave(wxExprDatabase& db, wxShape& shape, wxExpr& expr);
   bool OnShapeLoad(wxExprDatabase& db, wxShape& shape, wxExpr& expr);
+#endif
 };
 
 /*