diff options
Diffstat (limited to 'server')
-rw-r--r-- | server/connectionVTP.h | 3 |
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; |