diff options
Diffstat (limited to 'src/storage.h')
-rw-r--r-- | src/storage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/storage.h b/src/storage.h index 6381fea7..534eca0a 100644 --- a/src/storage.h +++ b/src/storage.h @@ -259,7 +259,7 @@ class Storage * * @return the account associated to the user name. */ - virtual Account* + virtual AccountPtr getAccount(const std::string& userName) = 0; |