diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-01-30 20:17:32 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-01-30 20:17:32 +0900 |
commit | 99e56ba8db70324cc5c7ab416a3b48171613bd59 (patch) | |
tree | 52fe52817fe45a81a7e03254b614b67587d83e37 /examples/desktop/desktop.cpp | |
parent | 630dcedfb398b350522742f0ab4d1255ac84da85 (diff) | |
download | tqt3-99e56ba8db70324cc5c7ab416a3b48171613bd59.tar.gz tqt3-99e56ba8db70324cc5c7ab416a3b48171613bd59.zip |
Removed explicit usage of the 'register' keyword.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'examples/desktop/desktop.cpp')
-rw-r--r-- | examples/desktop/desktop.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/desktop/desktop.cpp b/examples/desktop/desktop.cpp index 330c6ad35..15353e98f 100644 --- a/examples/desktop/desktop.cpp +++ b/examples/desktop/desktop.cpp @@ -53,7 +53,7 @@ void poly() int head = 0; int tail = -maxcurves + 2; TQPointArray *a = new TQPointArray[ maxcurves ]; - register TQPointArray *p; + TQPointArray *p; TQRect r = d->rect(); // desktop rectangle int i; |