Remove unnecessary const in function declaration.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
tastytea 2019-10-28 06:46:58 +01:00
parent ea585751fc
commit e40140fb03
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ protected:
*
* @since 0.8.5
*/
string cut_text(const string &text, const uint16_t n_chars) const;
string cut_text(const string &text, uint16_t n_chars) const;
};
} // namespace remwharead