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

fix missing const compile error

parent 5d9c2199
Branches
No related merge requests found
......@@ -40,7 +40,7 @@ public:
/**
* Alias of get_value()
*/
Corpus2::Tag& contents() {
const Corpus2::Tag& contents() const {
return tag_;
}
......
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