diff options
Diffstat (limited to 'Source/ablastr/utils/text/StringUtils.H')
-rw-r--r-- | Source/ablastr/utils/text/StringUtils.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/ablastr/utils/text/StringUtils.H b/Source/ablastr/utils/text/StringUtils.H index a6531d651..7242d73c0 100644 --- a/Source/ablastr/utils/text/StringUtils.H +++ b/Source/ablastr/utils/text/StringUtils.H @@ -62,7 +62,7 @@ namespace ablastr::utils::text * @return an std::vector containing the lines of the wrapped text */ std::vector<std::string> automatic_text_wrap( - const std::string& text, const int max_line_length); + const std::string& text, int max_line_length); } |