fixed gnu warning

This commit is contained in:
Jeff Hill
2002-03-22 15:48:07 +00:00
parent f7dca5b18d
commit a5d063b050

View File

@@ -53,9 +53,9 @@ public:
virtual ~tcpRecvThread ();
void start ();
private:
epicsThread thread;
class tcpiiu & iiu;
callbackMutex & cbMutex;
epicsThread thread;
void run ();
};