--- ResultDialog.cpp 2006/09/03 10:10:19 31 +++ ResultDialog.cpp 2006/09/03 15:31:13 32 @@ -62,7 +62,7 @@ void ResultDialog::LoadResults(void) { CListCtrl *list = (CListCtrl *) GetDlgItem(IDC_LIST); - EquipmentVector result = CommonStorage::Instance()->getSearchResult(); + vector result = CommonStorage::Instance()->getSearchResult(); CString count; count.Format("Found %d items", result.size());