mirror of
https://github.com/monero-project/monero.git
synced 2024-12-23 12:09:54 +00:00
added other skipped commit
This commit is contained in:
parent
aa6e8a92f6
commit
e5ac88819a
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ namespace Language
|
||||||
* \brief Returns the number of unique starting characters to be used for matching.
|
* \brief Returns the number of unique starting characters to be used for matching.
|
||||||
* \return Number of unique starting characters.
|
* \return Number of unique starting characters.
|
||||||
*/
|
*/
|
||||||
std::string get_trim_length() const
|
int get_trim_length() const
|
||||||
{
|
{
|
||||||
return trim_length;
|
return trim_length;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue