mirror of
https://projects.vdr-developer.org/git/vdr-plugin-streamdev.git
synced 2023-10-10 19:16:51 +02:00
Silence warning about overloaded namespace (#244, thanks to rofafor)
This commit is contained in:
parent
87e24499e3
commit
cd7d4e3588
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user