Cppcheck: Fixed some issues found by Flössie during review of my changes
This commit is contained in:
@@ -27,7 +27,7 @@ class ILabel : public Gtk::DrawingArea
|
||||
Glib::ustring label;
|
||||
|
||||
public:
|
||||
explicit ILabel (Glib::ustring lab);
|
||||
explicit ILabel (const Glib::ustring &lab);
|
||||
bool on_expose_event(GdkEventExpose* event);
|
||||
void on_realize();
|
||||
void on_style_changed (const Glib::RefPtr<Gtk::Style>& style);
|
||||
|
Reference in New Issue
Block a user