Fix Compile Error

This commit is contained in:
Valentin Boettcher 2018-05-07 16:18:38 +02:00
parent afcda1c8a8
commit 6b6feb9900

View file

@ -97,7 +97,7 @@ class ClipSelector : public Fl_Button
{
public:
ClipSelector( int _x, int _y, int _w, int _h,
char *_label, bool master = false);
const char *_label, bool master = false);
int ID;