From d9c4a95345bd758e45196b29368bd2ff0f2790e3 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 6 Apr 2013 13:14:48 +0200 Subject: tagging ychat-0.5.2 --- thrd.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) mode change 100755 => 100644 thrd.cpp (limited to 'thrd.cpp') diff --git a/thrd.cpp b/thrd.cpp old mode 100755 new mode 100644 index 4bac39e..a1396fa --- a/thrd.cpp +++ b/thrd.cpp @@ -10,7 +10,7 @@ using namespace std; thrd::thrd( int i_sock ) { - this->i_sock = i_sock; + this->i_sock = i_sock; } thrd::~thrd() @@ -22,7 +22,8 @@ thrd::~thrd() void thrd::run() { - s_sock::get().read_write( this, i_sock ); + s_sock::get + ().read_write( this, i_sock ); } #endif -- cgit v1.2.3