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 c7e897083482..a7f72e4d158d 100644
--- a/smoketest/libtest.cxx
+++ b/smoketest/libtest.cxx
@@ -24,7 +24,7 @@
return GetTickCount();
}
- bool IsAbsolutePath(char *pPath)
+ bool IsAbsolutePath(char const *pPath)
{
if (pPath[1] != ':')
{