]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/datstrm.h
add wxImage::SetType() and use it in animation decoders (#9639)
[wxWidgets.git] / interface / wx / datstrm.h
index 3a0629dba905b8e2eb5ab6628c3826a447538aec..44b4a812c90a68e07e90907537b09d420f245765 100644 (file)
@@ -8,7 +8,6 @@
 
 /**
     @class wxDataOutputStream
 
 /**
     @class wxDataOutputStream
-    @wxheader{datstrm.h}
 
     This class provides functions that write binary data types in a portable
     way. Data can be written in either big-endian or little-endian format,
 
     This class provides functions that write binary data types in a portable
     way. Data can be written in either big-endian or little-endian format,
@@ -135,7 +134,6 @@ public:
 
 /**
     @class wxDataInputStream
 
 /**
     @class wxDataInputStream
-    @wxheader{datstrm.h}
 
     This class provides functions that read binary data types in a portable
     way. Data can be read in either big-endian or little-endian format,
 
     This class provides functions that read binary data types in a portable
     way. Data can be read in either big-endian or little-endian format,