diff options
Diffstat (limited to 'src/game_tab/right_panel/editor/EditorCanvas.hpp')
| -rw-r--r-- | src/game_tab/right_panel/editor/EditorCanvas.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game_tab/right_panel/editor/EditorCanvas.hpp b/src/game_tab/right_panel/editor/EditorCanvas.hpp index 740a6a1..7fea474 100644 --- a/src/game_tab/right_panel/editor/EditorCanvas.hpp +++ b/src/game_tab/right_panel/editor/EditorCanvas.hpp @@ -31,6 +31,6 @@ public: void DrawElement(const cgeditor::Element &e); void HandleEvent(const cgeditor::Event &e); void SetMoves(HalfMove *moves, HalfMove *current); - + void ApplyPreferences(); DECLARE_EVENT_TABLE() }; |
