mirror of https://github.com/nodejs/node.git
util.h: interface compatibility
Signed-off-by: Fedor Indutny <fedor@indutny.com>archived-io.js-v0.10
parent
ee95e4f5f7
commit
c94afdccf3
|
@ -64,7 +64,7 @@ class Utf8Value {
|
||||||
return str_;
|
return str_;
|
||||||
};
|
};
|
||||||
|
|
||||||
size_t length() {
|
size_t length() const {
|
||||||
return length_;
|
return length_;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue