loplugin:constparams: smoketest (clang-cl)
Change-Id: I24c79c1a66ce2dc4cbb1736993643a8f4c14120c
This commit is contained in:
parent
b2d56c8b58
commit
3fe9d25e32
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
return GetTickCount();
|
||||
}
|
||||
|
||||
bool IsAbsolutePath(char *pPath)
|
||||
bool IsAbsolutePath(char const *pPath)
|
||||
{
|
||||
if (pPath[1] != ':')
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue