tray: Fix build error

This commit is contained in:
patrick96 2022-09-04 12:00:45 +02:00
parent fe9660254c
commit 3b9ff04f40
No known key found for this signature in database
GPG Key ID: 521E5E03AEBCA1A7
1 changed files with 1 additions and 1 deletions

View File

@ -876,7 +876,7 @@ void bar::handle(const evt::configure_notify&) {
m_sig.emit(signals::ui::update_geometry{});
}
void bar::start(const string& tray_module_name) {
void bar::start(const string&) {
m_log.trace("bar: Create renderer");
m_renderer = renderer::make(m_opts, *m_action_ctxt);