projects
/
platform
/
upstream
/
nodejs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee95e4f
)
util.h: interface compatibility
author
Oguz Bastemur
<obastemur@gmail.com>
Fri, 13 Jun 2014 09:36:52 +0000
(11:36 +0200)
committer
Fedor Indutny
<fedor@indutny.com>
Fri, 27 Jun 2014 10:22:01 +0000
(14:22 +0400)
Signed-off-by: Fedor Indutny <fedor@indutny.com>
src/util.h
patch
|
blob
|
history
diff --git
a/src/util.h
b/src/util.h
index 0dbf7f471016b7a6d7b0107d569f9212c618bc15..fbfaf7aac1c4ad1e16e99ade54853553d231cf07 100644
(file)
--- a/
src/util.h
+++ b/
src/util.h
@@
-64,7
+64,7
@@
class Utf8Value {
return str_;
};
- size_t length() {
+ size_t length()
const
{
return length_;
};