loplugin:constparams: smoketest (clang-cl)

Change-Id: I24c79c1a66ce2dc4cbb1736993643a8f4c14120c
This commit is contained in:
Stephan Bergmann 2017-08-31 12:10:46 +02:00
parent b2d56c8b58
commit 3fe9d25e32

View file

@ -24,7 +24,7 @@
return GetTickCount();
}
bool IsAbsolutePath(char *pPath)
bool IsAbsolutePath(char const *pPath)
{
if (pPath[1] != ':')
{