]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/datstrm.h
wxMSW compilation fix for wxCompositeWindow.
[wxWidgets.git] / include / wx / datstrm.h
index f379d8a5c650835e151636bb861e5d44dc6dcdd6..478d45b8beb7e5a5ff23d049909df91b420c4faf 100644 (file)
@@ -78,7 +78,7 @@ public:
     wxDataInputStream& operator>>(float& f);
 
     void BigEndianOrdered(bool be_order) { m_be_order = be_order; }
-    
+
 #if wxUSE_UNICODE
     void SetConv( const wxMBConv &conv );
     wxMBConv *GetConv() const { return m_conv; }