diff options
Diffstat (limited to 'src/utils/paramerers.h')
-rw-r--r-- | src/utils/paramerers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/paramerers.h b/src/utils/paramerers.h index bdd91a9f2..d93f7a207 100644 --- a/src/utils/paramerers.h +++ b/src/utils/paramerers.h @@ -27,7 +27,7 @@ bool splitParameters(StringVect &tokens, std::string text, - const char separator, + const std::string &separator, const char quote); #endif // UTILS_PARAMETERS_H |