From f9ab2ff8ddde2cf8d01c19f03d5d9aca484f2f2a Mon Sep 17 00:00:00 2001 From: Kurt Hindenburg Date: Mon, 15 Sep 2014 09:49:46 -0400 Subject: [PATCH] add explicit to ctor --- src/ScreenWindow.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ScreenWindow.h b/src/ScreenWindow.h index 7433e363..11d599b2 100644 --- a/src/ScreenWindow.h +++ b/src/ScreenWindow.h @@ -63,7 +63,7 @@ public: * to notify the window when the associated screen has changed and synchronize selection updates * between all views on a session. */ - ScreenWindow(Screen* screen, QObject* parent = 0); + explicit ScreenWindow(Screen* screen, QObject* parent = 0); virtual ~ScreenWindow(); /** Sets the screen which this window looks onto */