]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/include/wx/ogl/ogldiag.h
added descriptions
[wxWidgets.git] / contrib / include / wx / ogl / ogldiag.h
index 540c2244ac947c969a6c20684ea24e4f8c803546..7a1b807b953558a304ec4fe9927207bb16f8d64b 100644 (file)
 #pragma interface "ogldiag.h"
 #endif
 
 #pragma interface "ogldiag.h"
 #endif
 
-#include <wx/ogl/basic.h>
 
 
-class wxDiagram: public wxObject
+#if wxUSE_PROLOGIO
+#include <wx/deprecated/wxexpr.h>
+#endif
+
+
+class WXDLLIMPEXP_OGL wxDiagram: public wxObject
 {
  DECLARE_DYNAMIC_CLASS(wxDiagram)
 
 {
  DECLARE_DYNAMIC_CLASS(wxDiagram)
 
@@ -93,7 +97,7 @@ protected:
   wxList*               m_shapeList;
 };
 
   wxList*               m_shapeList;
 };
 
-class wxLineCrossing: public wxObject
+class WXDLLIMPEXP_OGL wxLineCrossing: public wxObject
 {
 public:
     wxLineCrossing() { m_lineShape1 = NULL; m_lineShape2 = NULL; }
 {
 public:
     wxLineCrossing() { m_lineShape1 = NULL; m_lineShape2 = NULL; }
@@ -106,7 +110,7 @@ public:
     wxLineShape*    m_lineShape2;
 };
 
     wxLineShape*    m_lineShape2;
 };
 
-class wxLineCrossings: public wxObject
+class WXDLLIMPEXP_OGL wxLineCrossings: public wxObject
 {
 public:
     wxLineCrossings();
 {
 public:
     wxLineCrossings();