From fd21745be12478e1722d649176e9e1c44206f009 Mon Sep 17 00:00:00 2001 From: Alberto Lerner Date: Mon, 18 Oct 2010 14:12:58 -0400 Subject: [PATCH] readability --- bson/bsonobj.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bson/bsonobj.h b/bson/bsonobj.h index 6c6e374d41b..1c75f240bc5 100644 --- a/bson/bsonobj.h +++ b/bson/bsonobj.h @@ -363,8 +363,10 @@ private: private: const char *_objdata; }; + const char *_objdata; boost::shared_ptr< Holder > _holder; + void init(const char *data, bool ifree) { if ( ifree ) _holder.reset( new Holder( data ) );