diff options
Diffstat (limited to '')
| -rw-r--r-- | spec/LuaRuntimeApiSpec.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/LuaRuntimeApiSpec.cpp b/spec/LuaRuntimeApiSpec.cpp index c340a03..fe29fcc 100644 --- a/spec/LuaRuntimeApiSpec.cpp +++ b/spec/LuaRuntimeApiSpec.cpp @@ -3,10 +3,10 @@ #include "LuaRuntime.hpp" #include "WindowActionRouter.hpp" -#include "events.hpp" +#include "events/Event.hpp" #include "testUtils.h" -class TestEvent1 : public BrowserEvent { +class TestEvent1 : public Event { public: int num; TestEvent1(int num) : num(num) { kind = "TestEvent1"; } |
