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