summaryrefslogtreecommitdiffstats
path: root/examples/shader-object
diff options
context:
space:
mode:
Diffstat (limited to 'examples/shader-object')
-rw-r--r--examples/shader-object/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/shader-object/main.cpp b/examples/shader-object/main.cpp
index f5c02141f..1010cdcb9 100644
--- a/examples/shader-object/main.cpp
+++ b/examples/shader-object/main.cpp
@@ -131,7 +131,7 @@ Result loadShaderProgram(
}
// Main body of the example.
-int main(int argc, char* argv[])
+int exampleMain(int argc, char** argv)
{
testBase.parseOption(argc, argv);