diff options
Diffstat (limited to 'src/gui/socialwindow.cpp')
-rw-r--r-- | src/gui/socialwindow.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/socialwindow.cpp b/src/gui/socialwindow.cpp index 38f8d22f5..34973f347 100644 --- a/src/gui/socialwindow.cpp +++ b/src/gui/socialwindow.cpp @@ -261,7 +261,7 @@ public: mConfirmDialog->addActionListener(this); } - void buildCounter(const int online0, const int total0) + void buildCounter(const int online0 A_UNUSED, const int total0 A_UNUSED) { if (online0 || total0) { @@ -338,7 +338,7 @@ public: { } - void buildCounter(const int online0, const int total0) + void buildCounter(const int online0 A_UNUSED, const int total0 A_UNUSED) { if (!player_node) return; |