refactor: style issue

This commit is contained in:
Alexis
2018-08-18 15:05:18 +02:00
parent b1fd4d7b82
commit 27dfffa4e3
7 changed files with 7 additions and 12 deletions

View File

@ -81,7 +81,7 @@ void waybar::Client::bindInterfaces()
int waybar::Client::main(int /*argc*/, char* /*argv*/[])
{
bindInterfaces();
gtk_main.run();
Gtk::Main::run();
bars.clear();
zxdg_output_manager_v1_destroy(xdg_output_manager);
zwlr_layer_shell_v1_destroy(layer_shell);