summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--server/connectionVTP.h3
1 files changed, 3 insertions, 0 deletions
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;