summary refs log tree commit diff stats
path: root/tools/mapedit/src/tile_widget.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/mapedit/src/tile_widget.h')
-rw-r--r--tools/mapedit/src/tile_widget.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/mapedit/src/tile_widget.h b/tools/mapedit/src/tile_widget.h index 2f1872d..ff45a37 100644 --- a/tools/mapedit/src/tile_widget.h +++ b/tools/mapedit/src/tile_widget.h
@@ -28,8 +28,8 @@ class TileWidget : public wxScrolledCanvas {
28 int selected = 0; 28 int selected = 0;
29 int scale; 29 int scale;
30 30
31 DECLARE_DYNAMIC_CLASS(MapeditWidget); 31 DECLARE_DYNAMIC_CLASS(MapeditWidget)
32 DECLARE_EVENT_TABLE(); 32 DECLARE_EVENT_TABLE()
33}; 33};
34 34
35#endif 35#endif