Fixes a few minor compiler warnings.

This commit is contained in:
Matthias Melcher
2023-12-01 15:25:07 +01:00
parent 1077d74958
commit ccc21d381a
4 changed files with 7 additions and 4 deletions
+1
View File
@@ -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);