This commit is contained in:
Dwight 2007-11-02 11:38:48 -04:00
parent e9a5075a9b
commit b15cad60e9
1 changed files with 1 additions and 3 deletions

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: