diff options
| author | schmirl <schmirl> | 2007-03-19 12:06:13 +0000 |
|---|---|---|
| committer | schmirl <schmirl> | 2007-03-19 12:06:13 +0000 |
| commit | cd7d4e3588af2cc36c8366fc8d65d0627a372c32 (patch) | |
| tree | 0b6c8b9c4a05a6a0cbbac7916fd7d14a2cc8a708 /server | |
| parent | 87e24499e3857b8cea36d9ec9f38fdb9443fd92a (diff) | |
| download | vdr-plugin-streamdev-cd7d4e3588af2cc36c8366fc8d65d0627a372c32.tar.gz vdr-plugin-streamdev-cd7d4e3588af2cc36c8366fc8d65d0627a372c32.tar.bz2 | |
Silence warning about overloaded namespace (#244, thanks to rofafor)
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; |
