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 f079e367f..75de6739d 100644
--- a/src/avatar.h
+++ b/src/avatar.h
@@ -158,10 +158,10 @@ class Avatar notfinal
void setCharId(const int id)
{ mCharId = id; }
- Gender::Type getGender() const A_WARN_UNUSED
+ GenderT getGender() const A_WARN_UNUSED
{ return mGender; }
- void setGender(const Gender::Type g)
+ void setGender(const GenderT g)
{ mGender = g; }
int getRace() const A_WARN_UNUSED
@@ -196,7 +196,7 @@ class Avatar notfinal
int mY;
int mType;
int mExp;
- Gender::Type mGender;
+ GenderT mGender;
int mRace;
std::string mIp;
bool mOnline;