X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ab7ce33c563651f790f99d64ee56727706047ae3..7f5d8b0085b0140f62fb49dd8a0e50ed895e4632:/contrib/include/wx/ogl/canvas.h diff --git a/contrib/include/wx/ogl/canvas.h b/contrib/include/wx/ogl/canvas.h index fb52e3f253..d65589029a 100644 --- a/contrib/include/wx/ogl/canvas.h +++ b/contrib/include/wx/ogl/canvas.h @@ -16,6 +16,7 @@ #pragma interface "canvas.h" #endif + // Drag states #define NoDragging 0 #define StartDraggingLeft 1 @@ -23,13 +24,13 @@ #define StartDraggingRight 3 #define ContinueDraggingRight 4 -extern wxChar* wxShapeCanvasNameStr; +WXDLLIMPEXP_OGL extern const wxChar* wxShapeCanvasNameStr; // When drag_count reaches 0, process drag message -class wxDiagram; +class WXDLLIMPEXP_OGL wxDiagram; -class wxShapeCanvas: public wxScrolledWindow +class WXDLLIMPEXP_OGL wxShapeCanvas: public wxScrolledWindow { DECLARE_DYNAMIC_CLASS(wxShapeCanvas) public: