diff options
Diffstat (limited to 'include/tools.h')
-rw-r--r-- | include/tools.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tools.h b/include/tools.h index 008b74a..cf34b42 100644 --- a/include/tools.h +++ b/include/tools.h @@ -122,7 +122,7 @@ namespace tools { string GenerateUUIDFromURL(string url); string GenerateUUIDRandomly(); - void StringExplode(string str, string separator, StringVector results); + void StringExplode(string str, string separator, StringVector& results); } namespace ixml { |