keeping compatibility with gcc 4.8

pull/1/head
Johan Smith Agudelo Rodriguez 8 years ago
parent c4e01f428f
commit ae3c856346

@ -155,7 +155,7 @@ void DockCorona::setupWaylandIntegration()
return;
}
auto connection{ConnectionThread::fromApplication(this)};
auto connection = ConnectionThread::fromApplication(this);
if (!connection)
return;

Loading…
Cancel
Save