diff options
Diffstat (limited to 'src/gui/widgets/tabs/socialtab.h')
-rw-r--r-- | src/gui/widgets/tabs/socialtab.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/widgets/tabs/socialtab.h b/src/gui/widgets/tabs/socialtab.h index 34f864561..1c94aaede 100644 --- a/src/gui/widgets/tabs/socialtab.h +++ b/src/gui/widgets/tabs/socialtab.h @@ -66,8 +66,8 @@ class SocialTab notfinal : public Tab { } - virtual void buildCounter(const int online A_UNUSED = 0, - const int total A_UNUSED = 0) + virtual void buildCounter(const int online A_UNUSED, + const int total A_UNUSED) { } |