Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed Jul 12, 2019
1 parent 4274707 commit a47c67e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/dialogs/label_settings.cpp
Expand Up @@ -122,7 +122,7 @@ void label_settings::pre_show(window& window)
}
}

void label_settings::post_show(window& window)
void label_settings::post_show(window& /*window*/)
{
if(get_retval() == retval::OK) {
std::vector<std::string> hidden_categories;
Expand Down

0 comments on commit a47c67e

Please sign in to comment.