Minor fix in she::Event::type() return type

This commit is contained in:
David Capello 2014-06-14 00:49:06 -03:00
parent 5db6feef89
commit 07aaa78ea9

View File

@ -40,7 +40,7 @@ namespace she {
Event() : m_type(None) { }
int type() const { return m_type; }
Type type() const { return m_type; }
const Files& files() const { return m_files; }
gfx::Point position() const { return m_position; }
gfx::Point wheelDelta() const { return m_wheelDelta; }