Fix compile warning

icc-effect-5.14.5
Montel Laurent 2011-07-13 21:47:44 +02:00
parent 1eb1c85289
commit de0a1406a0
1 changed files with 2 additions and 2 deletions

View File

@ -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)
{
}