summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/tools/tqchar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/tqchar.h b/src/tools/tqchar.h
index 7f98e155c..3382cea35 100644
--- a/src/tools/tqchar.h
+++ b/src/tools/tqchar.h
@@ -262,7 +262,7 @@ inline TQChar::TQChar( short rc ) : ucs( (ushort) rc )
{
}
-inline TQChar::TQChar( uint rc ) : ucs( (ushort) ( rc )
+inline TQChar::TQChar( uint rc ) : ucs( (ushort) ( rc ) )
{
}