summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOguz Bastemur <obastemur@gmail.com>2014-06-13 11:36:52 +0200
committerFedor Indutny <fedor@indutny.com>2014-06-27 14:22:01 +0400
commitc94afdccf32443c9dd5a351fdfe1f19906327138 (patch)
treeb3ff7cd4aeaf790687b03554694af2721c37b926
parentee95e4f5f76cc2ac637ab53056a7c514bc49e13c (diff)
downloadnode-new-c94afdccf32443c9dd5a351fdfe1f19906327138.tar.gz
util.h: interface compatibility
Signed-off-by: Fedor Indutny <fedor@indutny.com>
-rw-r--r--src/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.h b/src/util.h
index 0dbf7f4710..fbfaf7aac1 100644
--- 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_;
};