X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fplatform%2Fsockets%2Fsocket.h;h=f56d515c5e76676f95573555db07ad41523fe887;hb=dfc47c76cb9d8933cce21896932f8e94af98311a;hp=369fbe4c9f78101ba6cef915e1bff37e4737f8e2;hpb=abec5f17e29ff169574dfd16a54380a19a8fc39b;p=deb_libcec.git diff --git a/src/lib/platform/sockets/socket.h b/src/lib/platform/sockets/socket.h index 369fbe4..f56d515 100644 --- a/src/lib/platform/sockets/socket.h +++ b/src/lib/platform/sockets/socket.h @@ -220,9 +220,9 @@ namespace PLATFORM m_condition.Signal(); } - _Socket * m_socket; - CMutex m_mutex; - CCondition m_condition; - bool m_bIsIdle; + _Socket * m_socket; + CMutex m_mutex; + CCondition m_condition; + bool m_bIsIdle; }; };