mirror of
https://github.com/vale981/openAV-Luppp
synced 2025-03-04 16:51:37 -05:00
Fix Compile Error
This commit is contained in:
parent
afcda1c8a8
commit
6b6feb9900
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue