forgot to remove friend operator<<
This commit is contained in:
@@ -45,7 +45,6 @@ private:
|
||||
double period;
|
||||
bool onList;
|
||||
friend class Timer;
|
||||
friend std::ostream& operator<<(std::ostream& o, Timer& timer);
|
||||
};
|
||||
|
||||
class epicsShareClass Timer : public Runnable {
|
||||
|
||||
Reference in New Issue
Block a user