Cppcheck: Fixed some issues found by Flössie during review of my changes
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
*/
|
||||
#include "ilabel.h"
|
||||
|
||||
ILabel::ILabel (Glib::ustring lab) : label(lab) {}
|
||||
ILabel::ILabel (const Glib::ustring &lab) : label(lab) {}
|
||||
|
||||
void ILabel::on_realize()
|
||||
{
|
||||
|
Reference in New Issue
Block a user