aboutsummaryrefslogtreecommitdiff
path: root/examples/imtoolbar/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/imtoolbar/main.cpp')
-rw-r--r--examples/imtoolbar/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/imtoolbar/main.cpp b/examples/imtoolbar/main.cpp
index c5bad585..c35bea02 100644
--- a/examples/imtoolbar/main.cpp
+++ b/examples/imtoolbar/main.cpp
@@ -38,7 +38,7 @@ int main(int argc, char **argv)
// Create application page and make it visible.
ImToolbarPage page;
- page.appear();
+ page.appear(&window);
return application.exec();
}