]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/outptstr.tex
Fixed missing paint events when overriding DoMoveWindow()
[wxWidgets.git] / docs / latex / wx / outptstr.tex
index 6fec17cdfe863909d1cd96c1432c29479e5786cc..90873de8f919b8b1930df914501bca5787d4447d 100644 (file)
@@ -72,7 +72,7 @@ by one of the two streams.
 % -----------------------------------------------------------------------------
 % wxCountingOutputStream
 % -----------------------------------------------------------------------------
-\section{\class{wxCountOutputStream}}\label{wxcountingoutputstream}
+\section{\class{wxCountingOutputStream}}\label{wxcountingoutputstream}
 
 wxCountingOutputStream is specialized output stream which does not write any data anyway,
 instead it counts how many bytes would get written if this were a normal stream. This
@@ -85,7 +85,7 @@ memory stream).
 
 \wxheading{Derived from}
 
-\helpref{wxOutputStream}{wxstreambase}
+\helpref{wxOutputStream}{wxoutputstream}
 \helpref{wxStreamBase}{wxstreambase}
 
 \wxheading{Include files}
@@ -112,3 +112,4 @@ Destructor.
 \constfunc{size\_t}{GetSize}{\void}
 
 Returns the current size of the stream.
+