Skip to content
Snippets Groups Projects
Commit 5325b647 authored by Sébastien Le Stum's avatar Sébastien Le Stum Committed by Adrien Béraud
Browse files

manager: fix return value for accountCount from bool to std::size_t

This value is used in getAccountList() to reserve the size of the final
vector that will group all the account pointers.

Change-Id: Id2b0ae149b08b7962123d9e7533fe3c34e8d4750
parent c932315a
No related branches found
No related tags found
No related merge requests found
......@@ -838,7 +838,7 @@ public:
}
template<class T = Account>
bool accountCount() const
std::size_t accountCount() const
{
return accountFactory.accountCount<T>();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment