X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/68379eaf0ae64d105f8244b1db83e793f7dd83b0..d2dfef5f3f0152ad9b30092168869fec0698e6bf:/include/wx/datstrm.h diff --git a/include/wx/datstrm.h b/include/wx/datstrm.h index 76d82f6133..7551c3c24b 100644 --- a/include/wx/datstrm.h +++ b/include/wx/datstrm.h @@ -12,10 +12,6 @@ #ifndef _WX_DATSTREAM_H_ #define _WX_DATSTREAM_H_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma interface "datstrm.h" -#endif - #include "wx/stream.h" #include "wx/longlong.h" #include "wx/strconv.h" @@ -30,7 +26,7 @@ public: #else wxDataInputStream(wxInputStream& s); #endif - ~wxDataInputStream(); + ~wxDataInputStream(){} bool IsOk() { return m_input->IsOk(); } @@ -78,7 +74,7 @@ public: #else wxDataOutputStream(wxOutputStream& s); #endif - ~wxDataOutputStream(); + ~wxDataOutputStream(){} bool IsOk() { return m_output->IsOk(); }