]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/datstrm.h
Added --with-gnomeprint and its wxUSE_LIBGNOMEPRINT
[wxWidgets.git] / include / wx / datstrm.h
index fa4e5f6610db32b7300a704d6cd9d34fb326023e..190ff341aa055ae83bda4b20d1846debe688864d 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     28/06/1998
 // RCS-ID:      $Id$
 // Copyright:   (c) Guilhem Lavaux
-// Licence:    wxWidgets licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_DATSTREAM_H_
@@ -30,8 +30,8 @@ public:
 #else
     wxDataInputStream(wxInputStream& s);
 #endif
-    ~wxDataInputStream();
-    
+    ~wxDataInputStream(){}
+
     bool IsOk() { return m_input->IsOk(); }
 
     wxUint64 Read64();
@@ -78,7 +78,7 @@ public:
 #else
     wxDataOutputStream(wxOutputStream& s);
 #endif
-    ~wxDataOutputStream();
+    ~wxDataOutputStream(){}
 
     bool IsOk() { return m_output->IsOk(); }