]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/sckstrm.h
use UnsetToolTip() instead of SetToolTip(NULL) to fix wxX11 build broken on Buildbot...
[wxWidgets.git] / interface / wx / sckstrm.h
index a29d0ef6f80c24eb151f5152cad69c2e20b2c50b..3ee3926df2b168a3de59a18f032af8814cf3de06 100644 (file)
@@ -8,7 +8,6 @@
 
 /**
     @class wxSocketOutputStream
-    @wxheader{sckstrm.h}
 
     This class implements an output stream which writes data from
     a connected socket. Note that this stream is purely sequential
@@ -33,7 +32,6 @@ public:
 
 /**
     @class wxSocketInputStream
-    @wxheader{sckstrm.h}
 
     This class implements an input stream which reads data from
     a connected socket. Note that this stream is purely sequential