AddUserTasks => setUserTasks

This commit is contained in:
Cheng Zhao 2014-11-17 19:32:11 +08:00
parent bf66aeb8ee
commit ee9964c141
3 changed files with 4 additions and 4 deletions

View file

@ -71,7 +71,7 @@ void Browser::ClearRecentDocuments() {
destinations->RemoveAllDestinations();
}
void Browser::AddUserTasks(const std::vector<UserTask>& tasks) {
void Browser::SetUserTasks(const std::vector<UserTask>& tasks) {
CComPtr<ICustomDestinationList> destinations;
if (FAILED(destinations.CoCreateInstance(CLSID_DestinationList)))
return;