diff options
Diffstat (limited to 'Games/Solitaire/SolitaireWidget.h')
-rw-r--r-- | Games/Solitaire/SolitaireWidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Games/Solitaire/SolitaireWidget.h b/Games/Solitaire/SolitaireWidget.h index 4f5207b5ca..ac9bbd109c 100644 --- a/Games/Solitaire/SolitaireWidget.h +++ b/Games/Solitaire/SolitaireWidget.h @@ -124,7 +124,7 @@ private: Animation m_animation; CardStack* m_focused_stack { nullptr }; CardStack m_stacks[StackLocation::__Count]; - Gfx::Point m_mouse_down_location; + Gfx::IntPoint m_mouse_down_location; bool m_mouse_down { false }; bool m_repaint_all { true }; bool m_has_to_repaint { true }; |