summaryrefslogtreecommitdiffstats
path: root/examples/reflection-api/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/reflection-api/main.cpp')
-rw-r--r--examples/reflection-api/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/reflection-api/main.cpp b/examples/reflection-api/main.cpp
index 5c157b797..c072c641b 100644
--- a/examples/reflection-api/main.cpp
+++ b/examples/reflection-api/main.cpp
@@ -1469,7 +1469,7 @@ struct ExampleProgram : public TestBase
}
};
-int main(int argc, char* argv[])
+int exampleMain(int argc, char** argv)
{
ExampleProgram app;
if (SLANG_FAILED(app.execute(argc, argv)))