mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-12 06:35:04 +08:00
fixed: warnings on mac os x
This commit is contained in:
@@ -31,9 +31,9 @@
|
||||
//
|
||||
|
||||
CConfig::CConfig(IEventQueue* events) :
|
||||
m_events(events),
|
||||
m_inputFilter(events),
|
||||
m_hasLockToScreenAction(false),
|
||||
m_inputFilter(events)
|
||||
m_events(events)
|
||||
{
|
||||
// do nothing
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user