mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-28 07:59:02 +01:00
compile
This commit is contained in:
parent
e9a5075a9b
commit
b15cad60e9
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user