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

fix missing const compile error

parent 5d9c2199
No related branches found
No related tags found
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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment