diff options
Diffstat (limited to 'doc/html/desktop-example.html')
-rw-r--r-- | doc/html/desktop-example.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/desktop-example.html b/doc/html/desktop-example.html index 8f2458094..f2595d5be 100644 --- a/doc/html/desktop-example.html +++ b/doc/html/desktop-example.html @@ -95,7 +95,7 @@ void poly() int head = 0; int tail = -maxcurves + 2; <a href="ntqpointarray.html">TQPointArray</a> *a = new <a href="ntqpointarray.html">TQPointArray</a>[ maxcurves ]; - register TQPointArray *p; + TQPointArray *p; <a name="x1760"></a> <a href="ntqrect.html">TQRect</a> r = d-><a href="ntqwidget.html#rect">rect</a>(); // desktop rectangle int i; |