X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/775c1df40ff202eb5cd5cf97fc877cae33d38e98..b0ee47ff76c278c053ac2ad36bb3129b0fcd050f:/docs/latex/wx/datstrm.tex diff --git a/docs/latex/wx/datstrm.tex b/docs/latex/wx/datstrm.tex index 2a144b54db..7eaabb563d 100644 --- a/docs/latex/wx/datstrm.tex +++ b/docs/latex/wx/datstrm.tex @@ -17,6 +17,7 @@ is defined as signed int on 32-bit architectures) so that you cannot use long. T problems (here and elsewhere), make use of the wxInt32, wxUint32, etc types. For example: + \begin{verbatim} wxFileInputStream input( "mytext.dat" ); wxDataInputStream store( input );