Fix compilation after latest changes when systemd disabled

This commit is contained in:
Martchus 2017-08-11 21:13:47 +02:00
parent 7b19be01f2
commit c8b68bc7c7
1 changed files with 1 additions and 1 deletions

View File

@ -408,7 +408,7 @@ void TrayWidget::applySettings(const QString &connectionConfig)
m_connection.reconnect();
}
#else
instance->m_connection.reconnect();
m_connection.reconnect();
#endif
#ifndef SYNCTHINGWIDGETS_NO_WEBVIEW