App: Single arg ctors must be explicit
This commit is contained in:
@@ -44,7 +44,7 @@ public:
|
||||
Rejected = 2 // handled and rejected
|
||||
};
|
||||
|
||||
FeaturePythonImp(App::DocumentObject*);
|
||||
explicit FeaturePythonImp(App::DocumentObject*);
|
||||
~FeaturePythonImp();
|
||||
|
||||
bool execute();
|
||||
|
||||
Reference in New Issue
Block a user