diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2016-12-10 14:38:35 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2016-12-10 14:38:35 +0100 |
commit | 5bf9fe42860ca157555cc04aaf951a677ee4607e (patch) | |
tree | 55c6e201222490f74506a7bfffdf6dba0ccc6cc0 /src/inputprocessor.h | |
parent | 91d24ea928a326c6414e0cd59eb8f0762ce903ed (diff) |
Fix predelacration of Settings to correctly be 'struct' and not 'class'.
Diffstat (limited to 'src/inputprocessor.h')
-rw-r--r-- | src/inputprocessor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inputprocessor.h b/src/inputprocessor.h index 13ac4ad..fe72292 100644 --- a/src/inputprocessor.h +++ b/src/inputprocessor.h @@ -36,7 +36,7 @@ #include "events.h" #include "inputfilter.h" -class Settings; +struct Settings; class InputProcessor { |