diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2022-11-02 13:00:57 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2022-11-02 13:00:57 +0100 |
commit | 2aea36ece0881e0ee0885ae1ddc656f2260de57a (patch) | |
tree | eedb804a9ba70e2f8dcdcfd90f1dfb1de662b46c /src/inputfilter.h | |
parent | adf0bb14ca9a76aa88a0fe688764770d0b1fa7d8 (diff) |
Rename event.h to engineevent.h to avoid nameclash with system include files.
Diffstat (limited to 'src/inputfilter.h')
-rw-r--r-- | src/inputfilter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inputfilter.h b/src/inputfilter.h index 45dd01e..128dfb0 100644 --- a/src/inputfilter.h +++ b/src/inputfilter.h @@ -26,7 +26,7 @@ */ #pragma once -#include <event.h> +#include "engineevent.h" //! An abstract filter component for the InputProcessor class filter chain. class InputFilter |