aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/picture_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/picture_utils.h')
-rw-r--r--tools/picture_utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/picture_utils.h b/tools/picture_utils.h
index 18352f2bdf..bbde7f2789 100644
--- a/tools/picture_utils.h
+++ b/tools/picture_utils.h
@@ -34,7 +34,7 @@ namespace sk_tools {
void get_basename(SkString* basename, const SkString& path);
// Returns true if the string ends with %
- bool is_percentage(char* const string);
+ bool is_percentage(const char* const string);
// Prints to STDOUT so that test results can be easily seperated from the
// error stream. Note, that this still prints to the same stream as SkDebugf