diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-04-15 14:14:52 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-04-15 14:14:52 +0200 |
commit | 1cabb60b318fd831458f937b240b207c21a28ceb (patch) | |
tree | cf915e291f2301049ef912bf2ef0863a0cc4730c /dgedit/mainwindow.h | |
parent | 4aa5b796ba7186892d14e20226d6cef942d0c60d (diff) |
Make CanvasToolListen work again with offsets using the mouse. Clean up Player code some more.
Diffstat (limited to 'dgedit/mainwindow.h')
-rw-r--r-- | dgedit/mainwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dgedit/mainwindow.h b/dgedit/mainwindow.h index ccb2f07..cd13132 100644 --- a/dgedit/mainwindow.h +++ b/dgedit/mainwindow.h @@ -98,7 +98,7 @@ private: // Session state information: Selections session; - Player *player; + Player player; private slots: void setAttackLengthLineEd(int); |