diff options
Diffstat (limited to 'LibCore/CEventLoop.h')
-rw-r--r-- | LibCore/CEventLoop.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/LibCore/CEventLoop.h b/LibCore/CEventLoop.h index dbcc67ddb7..8cab0bbe99 100644 --- a/LibCore/CEventLoop.h +++ b/LibCore/CEventLoop.h @@ -21,8 +21,7 @@ public: int exec(); - enum class WaitMode - { + enum class WaitMode { WaitForEvents, PollForEvents, }; |