]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/geometry.h
Added wxToggleButton handler
[wxWidgets.git] / include / wx / geometry.h
index fdec84935256d8b1e375c1a6933335059e3937fe..98f0453799e6a890317a11c23245f8384c18f872 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     08/05/99
 // RCS-ID:
 // Copyright:   (c) 1999 Stefan Csomor
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_GEOMETRY_H_
@@ -36,8 +36,8 @@
     #define wxMulDivInt32( a , b , c ) ((wxInt32)((a)*(((wxDouble)b)/((wxDouble)c))))
 #endif
 
-class wxDataInputStream;
-class wxDataOutputStream;
+class WXDLLIMPEXP_BASE wxDataInputStream;
+class WXDLLIMPEXP_BASE wxDataOutputStream;
 
 // clipping from Cohen-Sutherland