]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/gdiobj.h
Applied patch [ 1286701 ] fix for compiling odbc with MS VC8 on x64
[wxWidgets.git] / include / wx / gtk / gdiobj.h
index 2c17e8572d0a9a3a725f2d77e8d4be3a0855d023..1c13ef81724dca99b7d483ff2b1f2f97d166538b 100644 (file)
@@ -4,7 +4,7 @@
 // Author:      Robert Roebling
 // Id:          $Id$
 // Copyright:   (c) 1998 Robert Roebling, Julian Smart
-// Licence:    wxWidgets licence
+// Licence:    wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 
@@ -17,7 +17,7 @@
 #pragma interface
 #endif
 
-class wxGDIObject : public wxObject
+class WXDLLIMPEXP_CORE wxGDIObject : public wxObject
 {
 public:
     inline wxGDIObject() { m_visible = FALSE; };