aboutsummaryrefslogtreecommitdiff
path: root/src/common/mac/string_utilities.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/mac/string_utilities.h')
-rw-r--r--src/common/mac/string_utilities.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/mac/string_utilities.h b/src/common/mac/string_utilities.h
index 6d89c834..e87304c1 100644
--- a/src/common/mac/string_utilities.h
+++ b/src/common/mac/string_utilities.h
@@ -45,7 +45,7 @@ string ConvertToString(CFStringRef str);
// Return the idx'th decimal integer in str, separated by non-decimal-digits
// E.g., str = 10.4.8, idx = 1 -> 4
-unsigned int IntegerValueAtIndex(string &str, unsigned int idx);
+unsigned int IntegerValueAtIndex(string& str, unsigned int idx);
} // namespace MacStringUtils