]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/include/wx/ogl/constrnt.h
removed unneeded prototype
[wxWidgets.git] / contrib / include / wx / ogl / constrnt.h
index bd0616e491cf01d83bac8051c66806ce03b6626a..338e4dfed252e1a8c6e268ce8d3f4f227d7642c5 100644 (file)
 #pragma interface "constrnt.h"
 #endif
 
 #pragma interface "constrnt.h"
 #endif
 
+
 /*
  * OGL Constraints
  *
  */
 
 /*
  * OGL Constraints
  *
  */
 
-class wxOGLConstraintType: public wxObject
+class WXDLLIMPEXP_OGL wxOGLConstraintType: public wxObject
 {
  DECLARE_DYNAMIC_CLASS(wxOGLConstraintType)
 public:
 {
  DECLARE_DYNAMIC_CLASS(wxOGLConstraintType)
 public:
@@ -57,7 +58,7 @@ extern wxList* wxOGLConstraintTypes;
 #define gyCONSTRAINT_MIDALIGNED_LEFT      14
 #define gyCONSTRAINT_MIDALIGNED_RIGHT     15
 
 #define gyCONSTRAINT_MIDALIGNED_LEFT      14
 #define gyCONSTRAINT_MIDALIGNED_RIGHT     15
 
-class wxOGLConstraint: public wxObject
+class WXDLLIMPEXP_OGL wxOGLConstraint: public wxObject
 {
  DECLARE_DYNAMIC_CLASS(wxOGLConstraint)
  public:
 {
  DECLARE_DYNAMIC_CLASS(wxOGLConstraint)
  public: