X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4d1cbdbe17950bc5c8bc0b9fd126e27cfbd0f835..a49686b4c29e431ed24b14fae4d97140d447a149:/docs/latex/wx/datostrm.tex?ds=sidebyside diff --git a/docs/latex/wx/datostrm.tex b/docs/latex/wx/datostrm.tex index 53616ac33d..5cb53a3467 100644 --- a/docs/latex/wx/datostrm.tex +++ b/docs/latex/wx/datostrm.tex @@ -49,7 +49,7 @@ Destroys the wxDataOutputStream object. \func{void}{BigEndianOrdered}{\param{bool}{ be\_order}} -If {\it be\_order} is TRUE, all data will be written in big-endian +If {\it be\_order} is true, all data will be written in big-endian order, e.g. for reading on a Sparc or from Java-Streams (which always use big-endian order), otherwise data will be written in little-endian order.