From 72bf9f76a3e01c9b41783eb9cc0c2bcba39ccb4d Mon Sep 17 00:00:00 2001 From: Matej Sekoranja Date: Thu, 19 Jun 2014 21:56:56 +0200 Subject: [PATCH] forgot to remove friend operator<< --- src/misc/timer.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/misc/timer.h b/src/misc/timer.h index e7267e3..1298d4d 100644 --- a/src/misc/timer.h +++ b/src/misc/timer.h @@ -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 {