summaryrefslogtreecommitdiffstats
path: root/examples/scroller/plot/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/scroller/plot/main.cpp')
-rw-r--r--examples/scroller/plot/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/scroller/plot/main.cpp b/examples/scroller/plot/main.cpp
index 6166505..1e7db64 100644
--- a/examples/scroller/plot/main.cpp
+++ b/examples/scroller/plot/main.cpp
@@ -214,7 +214,7 @@ int main(int argc, char **argv)
else
mw.show();
#if defined(Q_WS_MAC)
- mw->raise();
+ mw.raise();
#endif
return a.exec();
}