diff options
Diffstat (limited to 'doc/html/tqchar-h.html')
-rw-r--r-- | doc/html/tqchar-h.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/tqchar-h.html b/doc/html/tqchar-h.html index 1a18e5ced..88d47e73c 100644 --- a/doc/html/tqchar-h.html +++ b/doc/html/tqchar-h.html @@ -243,7 +243,7 @@ public: static bool networkOrdered() { int wordSize; - bool bigEndian = FALSE; + bool bigEndian = false; tqSysInfo( &wordSize, &bigEndian ); return bigEndian; } |