bugfixes to correct segfault

This commit is contained in:
Mark Vejvoda
2010-06-17 22:09:25 +00:00
parent 2015843d69
commit a287422930
6 changed files with 9 additions and 61 deletions

View File

@@ -71,13 +71,6 @@ public:
bool getTaskSignalled();
};
class PumpSDLEventsTaskThread : public BaseThread
{
public:
PumpSDLEventsTaskThread();
virtual void execute();
};
}}//end namespace
#endif