compilation fixes for non default wxUSE_XXX values (patch 662781)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18695 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -91,8 +91,10 @@ public :
|
||||
inline bool operator==(const wxPoint2DInt& pt) const;
|
||||
inline bool operator!=(const wxPoint2DInt& pt) const;
|
||||
|
||||
#if wxUSE_STREAMS
|
||||
void WriteTo( wxDataOutputStream &stream ) const;
|
||||
void ReadFrom( wxDataInputStream &stream );
|
||||
#endif // wxUSE_STREAMS
|
||||
|
||||
wxInt32 m_x;
|
||||
wxInt32 m_y;
|
||||
@@ -738,8 +740,10 @@ public:
|
||||
bool operator == (const wxRect2DInt& rect) const;
|
||||
bool operator != (const wxRect2DInt& rect) const;
|
||||
|
||||
#if wxUSE_STREAMS
|
||||
void WriteTo( wxDataOutputStream &stream ) const;
|
||||
void ReadFrom( wxDataInputStream &stream );
|
||||
#endif // wxUSE_STREAMS
|
||||
|
||||
wxInt32 m_x;
|
||||
wxInt32 m_y;
|
||||
|
Reference in New Issue
Block a user