]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/dc.h
Resets scroll position on load
[wxWidgets.git] / include / wx / gtk / dc.h
index 6022c4d72821a6eb0bb52497b1f8fdd3e2357ae4..b1f5d1a8baf7d462a2690cc073ecd86bc5b5b49a 100644 (file)
@@ -7,19 +7,14 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-
 #ifndef __GTKDCH__
 #define __GTKDCH__
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface
-#endif
-
 //-----------------------------------------------------------------------------
 // classes
 //-----------------------------------------------------------------------------
 
-class wxDC;
+class WXDLLIMPEXP_CORE wxDC;
 
 //-----------------------------------------------------------------------------
 // constants
@@ -40,7 +35,7 @@ class wxDC;
 // wxDC
 //-----------------------------------------------------------------------------
 
-class wxDC : public wxDCBase
+class WXDLLIMPEXP_CORE wxDC : public wxDCBase
 {
 public:
     wxDC();