Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
util.h: interface compatibility
Browse files Browse the repository at this point in the history
Signed-off-by: Fedor Indutny <fedor@indutny.com>
  • Loading branch information
obastemur authored and indutny committed Jun 27, 2014
1 parent ee95e4f commit c94afdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util.h
Expand Up @@ -64,7 +64,7 @@ class Utf8Value {
return str_;
};

size_t length() {
size_t length() const {
return length_;
};

Expand Down

0 comments on commit c94afdc

Please sign in to comment.