Index: src/string-stream.h |
=================================================================== |
--- src/string-stream.h (revision 9202) |
+++ src/string-stream.h (working copy) |
@@ -93,6 +93,7 @@ |
FmtElm(void* value) : type_(POINTER) { // NOLINT |
data_.u_pointer_ = value; |
} |
+ |
private: |
friend class StringStream; |
enum Type { INT, DOUBLE, C_STR, LC_STR, OBJ, HANDLE, POINTER }; |