refactored public includes
This commit is contained in:
@@ -17,7 +17,7 @@ class ErrorEvent : public Event
|
||||
{
|
||||
public:
|
||||
ErrorEvent() :
|
||||
Event(0, HIGHEST_INPUT_EVENT_PRIORITY, "ERROR")
|
||||
Event(0, 0, "ERROR")
|
||||
{}
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user