Skip to content
Snippets Groups Projects
Commit e0ba6fc9 authored by ilor's avatar ilor
Browse files

rm redundant const

parent 92d6d37d
Branches
No related merge requests found
......@@ -21,7 +21,7 @@ public:
/**
* @returns Name of the function. By default it is same as raw name.
*/
virtual const std::string name(const Corpus2::Tagset&) const {
virtual std::string name(const Corpus2::Tagset&) const {
return raw_name();
}
/**
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment