Skip to content

Commit

Permalink
Fixup 21545b5 for GCC
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz authored and GregoryLundberg committed Nov 30, 2017
1 parent e8d1d76 commit dae06cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/widgets/chatbox.hpp
Expand Up @@ -57,7 +57,7 @@ class chatbox : public container_base, public events::chat_handler
explicit chatbox(const implementation::builder_chatbox& builder);

/** See @ref styled_widget::set_active. */
virtual void set_active(const bool active) override
virtual void set_active(const bool /*active*/) override
{
/* DO NOTHING */
}
Expand Down

0 comments on commit dae06cc

Please sign in to comment.