0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-28 07:59:02 +01:00
This commit is contained in:
Dwight 2007-11-02 11:38:48 -04:00
parent e9a5075a9b
commit b15cad60e9

View File

@ -141,9 +141,7 @@ public:
_objdata = r._objdata;
return *this;
}
JSObj(JSObj& r) {
*this = r;
}
JSObj() : iDelete(false), _objsize(0), _objdata(0) { }
bool iDelete;
private: