# # # patch "selectors.cc" # from [a07e48ac1c801d6d0373f13288e821514f18c46f] # to [652c0482c640f024d8a90402d325ca48b9170143] # ============================================================ --- selectors.cc a07e48ac1c801d6d0373f13288e821514f18c46f +++ selectors.cc 652c0482c640f024d8a90402d325ca48b9170143 @@ -49,7 +49,9 @@ public: project_t & project, string const & orig); virtual set complete(project_t & project) = 0; + virtual ~selector(); }; +selector::~selector() { } class author_selector : public selector {