diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-04-14 17:06:02 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-04-14 17:06:02 +0300 |
commit | 6b5c7e7a5ed32abfc98d9acdebacc50c68a91a1d (patch) | |
tree | f1acb027394af1aec49790354df97da4665488b7 /src/playerrelations.h | |
parent | a7d7346b9eb3fa62a8912e31d5c00f8e05390425 (diff) | |
download | plus-6b5c7e7a5ed32abfc98d9acdebacc50c68a91a1d.tar.gz plus-6b5c7e7a5ed32abfc98d9acdebacc50c68a91a1d.tar.bz2 plus-6b5c7e7a5ed32abfc98d9acdebacc50c68a91a1d.tar.xz plus-6b5c7e7a5ed32abfc98d9acdebacc50c68a91a1d.zip |
another fixes from cpplint.
Diffstat (limited to 'src/playerrelations.h')
-rw-r--r-- | src/playerrelations.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/playerrelations.h b/src/playerrelations.h index c4c5e643a..8ca7454b2 100644 --- a/src/playerrelations.h +++ b/src/playerrelations.h @@ -66,7 +66,7 @@ struct PlayerRelation final A_DELETE_COPY(PlayerRelation) - Relation mRelation; // bitmask for all of the above + Relation mRelation; // bitmask for all of the above }; @@ -257,8 +257,8 @@ class PlayerRelationsManager final private: void signalUpdate(const std::string &name); - bool mPersistIgnores; // If NOT set, we delete the - // ignored data upon reloading + bool mPersistIgnores; // If NOT set, we delete the + // ignored data upon reloading unsigned int mDefaultPermissions; bool checkName(const std::string &name) const A_WARN_UNUSED; @@ -270,8 +270,8 @@ class PlayerRelationsManager final }; -extern PlayerRelationsManager player_relations; // singleton representation - // of player relations +extern PlayerRelationsManager player_relations; // singleton representation + // of player relations -#endif // PLAYER_RELATIONS_H +#endif // PLAYER_RELATIONS_H |