summaryrefslogtreecommitdiff
path: root/src/net/ea/token.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-05-31 16:08:42 +0300
committerAndrei Karas <akaras@inbox.ru>2014-05-31 16:08:42 +0300
commit499a0bc5b9c7d57c227eaf16d11b14865bd066d5 (patch)
treed7c59dc2bbe2c70a50beb6c643b7130696f7e360 /src/net/ea/token.h
parent0bb3d04819283bebb2e499d8d3b4a6acbbc7e790 (diff)
downloadplus-499a0bc5b9c7d57c227eaf16d11b14865bd066d5.tar.gz
plus-499a0bc5b9c7d57c227eaf16d11b14865bd066d5.tar.bz2
plus-499a0bc5b9c7d57c227eaf16d11b14865bd066d5.tar.xz
plus-499a0bc5b9c7d57c227eaf16d11b14865bd066d5.zip
Add missing notfinal/final to classes.
Diffstat (limited to 'src/net/ea/token.h')
-rw-r--r--src/net/ea/token.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net/ea/token.h b/src/net/ea/token.h
index 35aadd02c..dd8a18d17 100644
--- a/src/net/ea/token.h
+++ b/src/net/ea/token.h
@@ -20,12 +20,12 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "being/being.h"
+#include "being/gender.h"
#ifndef NET_EA_TOKEN_H
#define NET_EA_TOKEN_H
-struct Token
+struct Token final
{
int account_ID;
int session_ID1;