]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/datostrm.tex
Restored Objective-C typesafety while retaining proper C++ name mangling
[wxWidgets.git] / docs / latex / wx / datostrm.tex
index 53616ac33d329f56c3e8529b660a5a275c6d8a87..5cb53a346727afcfcfa09652f58155841813140c 100644 (file)
@@ -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.