keeping compatibility with gcc 4.8

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

@ -119,7 +119,7 @@ void WaylandInterface::removeDockStruts(QWindow &view) const
WindowId WaylandInterface::activeWindow() const
{
auto wid{m_wm->activeWindow()};
auto wid = m_wm->activeWindow();
return wid ? wid->internalId() : 0;
}

Loading…
Cancel
Save