summaryrefslogtreecommitdiff
path: root/src/storage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/storage.h')
-rw-r--r--src/storage.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/src/storage.h b/src/storage.h
index eb410139..75cea54a 100644
--- a/src/storage.h
+++ b/src/storage.h
@@ -31,11 +31,6 @@
#include "account.h"
#include "chatchannel.h"
-
-namespace tmwserv
-{
-
-
/**
* Enumeration type for the account status:
*
@@ -367,7 +362,7 @@ class Storage
protected:
Accounts mAccounts; /**< list of accounts in memory */
- Beings mCharacters; /**< the loaded characters */
+ Players mCharacters; /**< the loaded characters */
bool mIsOpen; /**< flag is true if the storage is open */
@@ -378,8 +373,4 @@ class Storage
static std::string mPassword; /**< the user password */
};
-
-} // namespace tmwserv
-
-
#endif // _TMWSERV_STORAGE_H_