summaryrefslogtreecommitdiff
path: root/src/avatar.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/avatar.h')
-rw-r--r--src/avatar.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/avatar.h b/src/avatar.h
index f8f8d9941..482e75873 100644
--- a/src/avatar.h
+++ b/src/avatar.h
@@ -156,10 +156,10 @@ public:
void setCharId(const int id)
{ mCharId = id; }
- Gender getGender() const A_WARN_UNUSED
+ Gender::Type getGender() const A_WARN_UNUSED
{ return mGender; }
- void setGender(const Gender g)
+ void setGender(const Gender::Type g)
{ mGender = g; }
int getRace() const A_WARN_UNUSED
@@ -194,7 +194,7 @@ protected:
int mY;
int mType;
int mExp;
- Gender mGender;
+ Gender::Type mGender;
int mRace;
std::string mIp;
bool mOnline;