diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-02-16 13:16:49 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-02-16 13:16:49 +0300 |
commit | 9ca8495acdebb975a7b0777e11d7c599e61c0185 (patch) | |
tree | c11e7b3e7691d21b79a7fe73fcee782552b63398 /src/gui/base/mouseevent.hpp | |
parent | 3ae82048ca8636ce03e71bdd4c11f60594cfc698 (diff) | |
download | mv-9ca8495acdebb975a7b0777e11d7c599e61c0185.tar.gz mv-9ca8495acdebb975a7b0777e11d7c599e61c0185.tar.bz2 mv-9ca8495acdebb975a7b0777e11d7c599e61c0185.tar.xz mv-9ca8495acdebb975a7b0777e11d7c599e61c0185.zip |
move inputevent into events directory.
Diffstat (limited to 'src/gui/base/mouseevent.hpp')
-rw-r--r-- | src/gui/base/mouseevent.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/base/mouseevent.hpp b/src/gui/base/mouseevent.hpp index 93c1fc0a7..2853d01bf 100644 --- a/src/gui/base/mouseevent.hpp +++ b/src/gui/base/mouseevent.hpp @@ -64,7 +64,7 @@ #ifndef GCN_MOUSEEVENT_HPP #define GCN_MOUSEEVENT_HPP -#include "gui/base/inputevent.hpp" +#include "events/inputguievent.h" namespace gcn { @@ -77,7 +77,7 @@ namespace gcn * @author Olof Naessén * @since 0.6.0 */ - class MouseEvent: public InputEvent + class MouseEvent: public InputGuiEvent { public: /** |