diff options
Diffstat (limited to 'src/ClientHandle.h')
-rw-r--r-- | src/ClientHandle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ClientHandle.h b/src/ClientHandle.h index 1953ab953..0b51c50cd 100644 --- a/src/ClientHandle.h +++ b/src/ClientHandle.h @@ -71,7 +71,7 @@ public: // tolua_export /** Creates a new client with the specified IP address in its description and the specified initial view distance. */ cClientHandle(const AString & a_IPString, int a_ViewDistance); - virtual ~cClientHandle(); + virtual ~cClientHandle() override; const AString & GetIPString(void) const { return m_IPString; } // tolua_export |