mirror of
https://github.com/vale981/openAV-Luppp
synced 2025-03-05 09:01:39 -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:
|
public:
|
||||||
ClipSelector( int _x, int _y, int _w, int _h,
|
ClipSelector( int _x, int _y, int _w, int _h,
|
||||||
char *_label, bool master = false);
|
const char *_label, bool master = false);
|
||||||
|
|
||||||
int ID;
|
int ID;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue