summaryrefslogtreecommitdiff
path: root/src/account.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/account.cpp')
-rw-r--r--src/account.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/account.cpp b/src/account.cpp
index 3ab1c701..a4d704ff 100644
--- a/src/account.cpp
+++ b/src/account.cpp
@@ -23,7 +23,7 @@
#include "account.h"
-Account(const std::string &aName, const std::string aPassword,
+Account::Account(const std::string &aName, const std::string aPassword,
const std::string &aEmail, Being aPlayer[ACC_MAX_CHARS])
: name(aName),
password(aPassword),