mirror of
https://github.com/debauchee/barrier.git
synced 2026-07-04 19:06:45 +08:00
Fixed leak of event objects on OS X.
This commit is contained in:
@@ -33,9 +33,6 @@ public:
|
||||
newTimer(double duration, bool oneShot) const;
|
||||
virtual void deleteTimer(CEventQueueTimer*) const;
|
||||
|
||||
protected:
|
||||
void setOSXEvent(EventRef event);
|
||||
|
||||
private:
|
||||
EventRef m_event;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user