Fixed leak of event objects on OS X.

This commit is contained in:
crs
2004-12-29 17:06:00 +00:00
parent 01fe5fb0a3
commit f0a5d3162e
2 changed files with 13 additions and 16 deletions

View File

@@ -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;
};