aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/class_socket.h
diff options
context:
space:
mode:
authorGravatar Elvio Basello2008-07-05 03:08:00 +0000
committerGravatar Elvio Basello2008-07-05 03:08:00 +0000
commit021805d1c3748d39f827ffc0541fade98007c6aa (patch)
treef5118072343f65b15c9a52d37fce3d1f9e6f926b /src/modules/objects/class_socket.h
parentimplemented $window.highlighLevel (feature request #164) (diff)
downloadKVIrc-021805d1c3748d39f827ffc0541fade98007c6aa.tar.gz
KVIrc-021805d1c3748d39f827ffc0541fade98007c6aa.tar.bz2
KVIrc-021805d1c3748d39f827ffc0541fade98007c6aa.zip
fixed protocols name
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2000 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/objects/class_socket.h')
-rw-r--r--src/modules/objects/class_socket.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/objects/class_socket.h b/src/modules/objects/class_socket.h
index 28e078613..6a18bf51c 100644
--- a/src/modules/objects/class_socket.h
+++ b/src/modules/objects/class_socket.h
@@ -58,7 +58,7 @@ protected:
char * m_pInBuffer;
unsigned int m_uInBufferLen;
unsigned int m_uInDataLen;
- bool m_bIpV6;
+ bool m_bIPv6;
unsigned int m_uConnectionId;
KviDataBuffer * m_pOutBuffer;
@@ -132,7 +132,7 @@ protected:
char * m_pInBuffer;
unsigned int m_uInBufferLen;
unsigned int m_uInDataLen;
- bool m_bIpV6;
+ bool m_bIPv6;
unsigned int m_uConnectionId;
kvs_uint_t m_uRemotePort;
KviDataBuffer * m_pOutBuffer;