diff options
Diffstat (limited to 'examples/hello/hello.cpp')
-rw-r--r-- | examples/hello/hello.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/hello/hello.cpp b/examples/hello/hello.cpp index 084a6d7d4..34630e240 100644 --- a/examples/hello/hello.cpp +++ b/examples/hello/hello.cpp @@ -36,7 +36,7 @@ Hello::Hello( const char *text, TQWidget *parent, const char *name ) void Hello::animate() { b = (b + 1) & 15; - repaint( FALSE ); + repaint( false ); } |