Browse Source

util.h: interface compatibility

Signed-off-by: Fedor Indutny <fedor@indutny.com>
v0.10.30-release
Oguz Bastemur 11 years ago
committed by Fedor Indutny
parent
commit
c94afdccf3
  1. 2
      src/util.h

2
src/util.h

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

Loading…
Cancel
Save