X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..85f138db83939ce7c59a942aaecca7fa98168db3:/include/wx/geometry.h diff --git a/include/wx/geometry.h b/include/wx/geometry.h index fdec849352..98f0453799 100644 --- a/include/wx/geometry.h +++ b/include/wx/geometry.h @@ -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