fixed two more accidental double derefs
[deb_libcec.git] / src / lib / platform / sockets / socket.h
index 369fbe4c9f78101ba6cef915e1bff37e4737f8e2..f56d515c5e76676f95573555db07ad41523fe887 100644 (file)
@@ -220,9 +220,9 @@ namespace PLATFORM
       m_condition.Signal();
     }
 
-    _Socket *          m_socket;
-    CMutex             m_mutex;
-    CCondition<bool &> m_condition;
-    bool               m_bIsIdle;
+    _Socket *        m_socket;
+    CMutex           m_mutex;
+    CCondition<bool> m_condition;
+    bool             m_bIsIdle;
   };
 };