]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/datstrm.h
final (?) changes to the generic tree ctrl -- seems to work ok
[wxWidgets.git] / include / wx / datstrm.h
index debcaaf0c9a915dc343b51e1307acca9e03ff6f7..de87a83323daf2f35cd2d7f0d5276aeb76b689f9 100644 (file)
@@ -9,8 +9,8 @@
 // Licence:    wxWindows license
 /////////////////////////////////////////////////////////////////////////////
 
-#ifndef __DATSTREAMH__
-#define __DATSTREAMH__
+#ifndef _WX_DATSTREAM_H_
+#define _WX_DATSTREAM_H_
 
 #ifdef __GNUG__
 #pragma interface "datstrm.h"
@@ -18,7 +18,7 @@
 
 #include <wx/stream.h>
 
-class wxDataStream: public wxFilterInputStream {
+class wxDataInputStream: public wxFilterInputStream {
 public:
   wxDataInputStream(wxInputStream& s);
   virtual ~wxDataInputStream();
@@ -45,4 +45,4 @@ class wxDataOutputStream: public wxFilterOutputStream {
 };
 
 #endif
-    // __DATSTREAMH__
+    // _WX_DATSTREAM_H_