From 5ecef758a2826bd28dd0676940cd12ef6792126f Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 6 Apr 2013 13:14:49 +0200 Subject: tagging ychat-0.4 --- thrd.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) mode change 100644 => 100755 thrd.cpp (limited to 'thrd.cpp') diff --git a/thrd.cpp b/thrd.cpp old mode 100644 new mode 100755 index a1396fa..4bac39e --- 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,8 +22,7 @@ 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