]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/datstrm.h
corrected code to really skip stack frames in the beginning and to number the remaini...
[wxWidgets.git] / include / wx / datstrm.h
index b691d39a360abafd5b7b8c2f4d49d8d288b9c209..7551c3c24b9ddf9f638f5f51ba4a242490ca0abc 100644 (file)
 #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(); }