aboutsummaryrefslogtreecommitdiffstats
path: root/storageframework/src/tests/testrunner.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'storageframework/src/tests/testrunner.cpp')
-rw-r--r--storageframework/src/tests/testrunner.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/storageframework/src/tests/testrunner.cpp b/storageframework/src/tests/testrunner.cpp
index 0d40a0429d9..5baa0f60b6e 100644
--- a/storageframework/src/tests/testrunner.cpp
+++ b/storageframework/src/tests/testrunner.cpp
@@ -6,7 +6,7 @@
LOG_SETUP("persistencecppunittests");
int
-main(int argc, char **argv)
+main(int argc, const char *argv[])
{
vdstestlib::CppUnitTestRunner testRunner;
return testRunner.run(argc, argv);