--- ResultDialog.cpp 2006/09/03 09:19:06 30 +++ ResultDialog.cpp 2006/09/03 15:31:13 32 @@ -1,5 +1,6 @@ -// ResultDialog.cpp : implementation file -// +/* + * Developed by Torben H. Nielsen + */ #include "stdafx.h" #include "h6-udlånssystem.h" @@ -61,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());