X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ecd9653bf363d756f479d30fb8af11229681d74e..db6d3918916e601fe06b9fbffc2969d57e5e68f2:/include/wx/datstrm.h diff --git a/include/wx/datstrm.h b/include/wx/datstrm.h index b691d39a36..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(); }