Fix compile warning
This commit is contained in:
parent
1eb1c85289
commit
de0a1406a0
1 changed files with 2 additions and 2 deletions
|
@ -39,9 +39,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
|
||||
namespace KWin {
|
||||
OverlayWindow::OverlayWindow()
|
||||
: m_window(None)
|
||||
, m_visible(true)
|
||||
: m_visible(true)
|
||||
, m_shown(false)
|
||||
, m_window(None)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue