summaryrefslogtreecommitdiffstats
path: root/smoketest/libtest.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'smoketest/libtest.cxx')
-rw-r--r--smoketest/libtest.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/smoketest/libtest.cxx b/smoketest/libtest.cxx
index 56996830b482..c7e897083482 100644
--- a/smoketest/libtest.cxx
+++ b/smoketest/libtest.cxx
@@ -45,7 +45,7 @@
return t.tv_sec*1000 + t.tv_usec/1000;
}
- bool IsAbsolutePath(char *pPath)
+ bool IsAbsolutePath(char const *pPath)
{
if (pPath[0] != '/')
{