summaryrefslogtreecommitdiff
path: root/src/user.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/user.hpp')
-rw-r--r--src/user.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/user.hpp b/src/user.hpp
index d3463d9..7d73295 100644
--- a/src/user.hpp
+++ b/src/user.hpp
@@ -13,7 +13,7 @@ namespace apps {
class user : public master {
public:
- user( strusCms &cms );
+ user( aCms &cms );
bool check_login( const std::string user, const std::string password );
bool user_exists( const std::string user );
void delete_user( const std::string user );