Skip to content

Commit d7cae40

Browse files
authored
Update LanguageGrammarFeatures_GrammarFeatures.hpp
1 parent 896453b commit d7cae40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inflection/src/inflection/lang/features/LanguageGrammarFeatures_GrammarFeatures.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class INFLECTION_CLASS_API inflection::lang::features::LanguageGrammarFeatures_G
4242
* @param other The grammar features object to be compared with this.
4343
* @return TBW
4444
*/
45-
virtual int32_t compareTo(const LanguageGrammarFeatures_GrammarFeatures& o) const
45+
virtual int32_t compareTo(const LanguageGrammarFeatures_GrammarFeatures& other) const;
4646
/**
4747
* Checks if the name of this grammar features is less than the other..
4848
* @param other The grammar features object to be compared with this.

0 commit comments

Comments
 (0)