Gui: Single arg ctors must be explicit (PR #7369)
This commit is contained in:
@@ -160,7 +160,7 @@ public:
|
||||
// Pimpl class
|
||||
struct ApplicationP
|
||||
{
|
||||
ApplicationP(bool GUIenabled) :
|
||||
explicit ApplicationP(bool GUIenabled) :
|
||||
activeDocument(nullptr),
|
||||
editDocument(nullptr),
|
||||
isClosing(false),
|
||||
|
||||
Reference in New Issue
Block a user