Missing return statement

This commit is contained in:
Thomas Geymayer
2014-06-01 12:14:31 +02:00
parent d09943cbb8
commit 32274027ef

View File

@@ -207,6 +207,7 @@ Catalog::installedPackages() const
r.push_back(p);
}
}
return r;
}
void Catalog::refresh()