From cd7d4e3588af2cc36c8366fc8d65d0627a372c32 Mon Sep 17 00:00:00 2001
From: schmirl <schmirl>
Date: Mon, 19 Mar 2007 12:06:13 +0000
Subject: Silence warning about overloaded namespace (#244, thanks to rofafor)

---
 server/connectionVTP.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/server/connectionVTP.h b/server/connectionVTP.h
index a0e6a9c..a8e76eb 100644
--- a/server/connectionVTP.h
+++ b/server/connectionVTP.h
@@ -11,6 +11,9 @@ class cLSTTHandler;
 
 class cConnectionVTP: public cServerConnection {
 	friend class cLSTEHandler;
+	// if your compiler doesn't understand the following statement
+	// (e.g. gcc 2.x), simply remove it and try again ;-)
+	using cServerConnection::Respond;
 
 private:
 	cTBSocket              *m_LiveSocket;
-- 
cgit v1.2.3