aboutsummaryrefslogtreecommitdiff
path: root/client/sock.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/sock.h')
-rw-r--r--client/sock.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/client/sock.h b/client/sock.h
index 5b62861..dbe6d6a 100644
--- a/client/sock.h
+++ b/client/sock.h
@@ -52,7 +52,7 @@ private:
void sock_close();
//! Pointer to thread running \c sock_task()
- std::thread* _thread = nullptr;
+ std::thread * _thread = nullptr;
/**
* \brief IP address of server to connect to
@@ -69,7 +69,6 @@ private:
};
//! Singleton \c PBSocket instance
-extern PBSocket* sock;
+extern PBSocket * sock;
/// \}
-