util.h: interface compatibility

Signed-off-by: Fedor Indutny <fedor@indutny.com>
archived-io.js-v0.10
Oguz Bastemur 2014-06-13 11:36:52 +02:00 committed by Fedor Indutny
parent ee95e4f5f7
commit c94afdccf3
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ class Utf8Value {
return str_;
};
size_t length() {
size_t length() const {
return length_;
};