diff options
Diffstat (limited to 'include/inspsocket.h')
-rw-r--r-- | include/inspsocket.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/inspsocket.h b/include/inspsocket.h index 7e8593391..e32b06bbb 100644 --- a/include/inspsocket.h +++ b/include/inspsocket.h @@ -174,7 +174,7 @@ public: * will be set with the given IP address * and placed in CONNECTED state. */ - InspSocket(int newfd, char* ip); + InspSocket(int newfd, const char* ip); /** * This constructor is used to create a new |