fixed warnings

This commit is contained in:
Jeff Hill
2006-12-05 22:54:52 +00:00
parent b8bcfdcdda
commit 724a589fe1
4 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -131,7 +131,7 @@ public:
bool sharingOK () const;
unsigned threadPriority () const;
protected:
virtual ~timerQueueActive () = 0;
~timerQueueActive ();
private:
timerQueue queue;
epicsEvent rescheduleEvent;