summaryrefslogtreecommitdiff
path: root/src/localplayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/localplayer.h')
-rw-r--r--src/localplayer.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/localplayer.h b/src/localplayer.h
index 2d463de4e..ce615b2e6 100644
--- a/src/localplayer.h
+++ b/src/localplayer.h
@@ -286,8 +286,7 @@ class LocalPlayer final : public Being,
int getDisableGameModifiers() const A_WARN_UNUSED
{ return mDisableGameModifiers; }
- int getPingTime() const A_WARN_UNUSED
- { return mPingTime; }
+ int getPingTime() const A_WARN_UNUSED;
void tryPingRequest();