summaryrefslogtreecommitdiffstats
path: root/examples/triangle/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/triangle/main.cpp')
-rw-r--r--examples/triangle/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/triangle/main.cpp b/examples/triangle/main.cpp
index f757b59c7..6fd36f72d 100644
--- a/examples/triangle/main.cpp
+++ b/examples/triangle/main.cpp
@@ -405,4 +405,4 @@ struct HelloWorld : public WindowedAppBase
// This macro instantiates an appropriate main function to
// run the application defined above.
-PLATFORM_UI_MAIN(innerMain<HelloWorld>)
+EXAMPLE_MAIN(innerMain<HelloWorld>);