Cppcheck: Fix issues related to explicit constructors
This commit is contained in:
@@ -37,7 +37,7 @@ protected:
|
||||
std::vector<GradientMilestone> bgGradient;
|
||||
|
||||
public:
|
||||
ColoredBar (eRTOrientation orient);
|
||||
explicit ColoredBar (eRTOrientation orient);
|
||||
|
||||
void expose(Glib::RefPtr<Gdk::Window> destWindow);
|
||||
void expose(Cairo::RefPtr<Cairo::ImageSurface> destSurface);
|
||||
|
Reference in New Issue
Block a user