diff options
Diffstat (limited to 'pytquic3/uic.h')
-rw-r--r-- | pytquic3/uic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pytquic3/uic.h b/pytquic3/uic.h index 6bf9232..6e62b10 100644 --- a/pytquic3/uic.h +++ b/pytquic3/uic.h @@ -164,7 +164,7 @@ private: static TQString mkBool( bool b ); static TQString mkBool( const TQString& s ); bool toBool( const TQString& s ); - static TQString fixString( const TQString &str, bool encode = FALSE ); + static TQString fixString( const TQString &str, bool encode = false ); static bool onlyAscii; static TQString mkStdSet( const TQString& prop ); static TQString getComment( const TQDomNode& n ); |