Cppcheck: Fix issues related to explicit constructors
This commit is contained in:
@@ -138,7 +138,7 @@ protected:
|
||||
|
||||
|
||||
public:
|
||||
EditorPanel (FilePanel* filePanel = NULL);
|
||||
explicit EditorPanel (FilePanel* filePanel = NULL);
|
||||
virtual ~EditorPanel ();
|
||||
|
||||
void open (Thumbnail* tmb, rtengine::InitialImage* isrc);
|
||||
|
Reference in New Issue
Block a user