Cppcheck: Fix issues related to explicit constructors
This commit is contained in:
@@ -144,7 +144,7 @@ protected:
|
||||
|
||||
public:
|
||||
|
||||
HistogramArea(FullModeListener *fml = NULL);
|
||||
explicit HistogramArea(FullModeListener *fml = NULL);
|
||||
~HistogramArea();
|
||||
|
||||
void renderHistogram ();
|
||||
|
Reference in New Issue
Block a user