X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fa482912e420a40e9f2e55a0f5407562826dd15e..a1a77e0c4b7bb9c4afc2acc3b9fd6f8e27baddc1:/docs/latex/wx/fltinstr.tex diff --git a/docs/latex/wx/fltinstr.tex b/docs/latex/wx/fltinstr.tex index 395751351d..0be10d46da 100644 --- a/docs/latex/wx/fltinstr.tex +++ b/docs/latex/wx/fltinstr.tex @@ -4,7 +4,7 @@ \section{\class{wxFilterInputStream}}\label{wxfilterinputstream} A filter stream has the capability of a normal stream but it can be placed on top -of another stream. So, for example, it can uncompress or uncrypt the data which are read +of another stream. So, for example, it can uncompress or decrypt the data which are read from another stream and pass it to the requester. \wxheading{Derived from} @@ -26,7 +26,7 @@ differs and it is documented below. % ----------- % ctor & dtor % ----------- -\membersection{wxFilterInputStream::wxFilterInputStream} +\membersection{wxFilterInputStream::wxFilterInputStream}\label{wxfilterinputstreamctor} \func{}{wxFilterInputStream}{\param{wxInputStream\&}{ stream}}