added other skipped commit

This commit is contained in:
Riccardo Spagni 2014-10-05 12:55:59 +02:00
parent aa6e8a92f6
commit e5ac88819a
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD

View file

@ -122,7 +122,7 @@ namespace Language
* \brief Returns the number of unique starting characters to be used for matching.
* \return Number of unique starting characters.
*/
std::string get_trim_length() const
int get_trim_length() const
{
return trim_length;
}