summaryrefslogtreecommitdiff
path: root/src/storage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/storage.h')
-rw-r--r--src/storage.h2
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;