Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 214 of file favorites.cpp.
: _type(other._type) { if (other._type == BMNT_BOOKMARK) _pbookmark = new Bookmark(*other._pbookmark); else if (other._type == BMNT_FOLDER) _pfolder = new BookmarkFolder(*other._pfolder); else _pbookmark = NULL; }