mirror of
https://github.com/fltk/fltk.git
synced 2026-05-27 10:57:58 +08:00
Fixes a few minor compiler warnings.
This commit is contained in:
@@ -176,6 +176,7 @@ protected:
|
||||
public:
|
||||
int ex, ey, dx, dy, type, mask;
|
||||
Fd_Snap_Action() : ex(0x7fff), ey(0x7fff), dx(128), dy(128), type(0), mask(0) { }
|
||||
virtual ~Fd_Snap_Action() { }
|
||||
virtual void check(Fd_Snap_Data &d) = 0;
|
||||
virtual void draw(Fd_Snap_Data &d) { }
|
||||
virtual bool matches(Fd_Snap_Data &d);
|
||||
|
||||
Reference in New Issue
Block a user