refactored public includes

This commit is contained in:
Jonas Zeunert
2018-09-13 22:38:24 +02:00
parent e8c801a3c0
commit b77ace536c
13 changed files with 54 additions and 71 deletions

View File

@@ -17,7 +17,7 @@ class ErrorEvent : public Event
{
public:
ErrorEvent() :
Event(0, HIGHEST_INPUT_EVENT_PRIORITY, "ERROR")
Event(0, 0, "ERROR")
{}
};
}