diff options
Diffstat (limited to 'server/connectionVTP.h')
-rw-r--r-- | server/connectionVTP.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/connectionVTP.h b/server/connectionVTP.h index 64915e8..4645b65 100644 --- a/server/connectionVTP.h +++ b/server/connectionVTP.h @@ -48,7 +48,7 @@ public: bool CmdNEWT(char *Opts); bool CmdDELT(char *Opts); - bool Respond(int Code, const char *Message); + bool Respond(int Code, const std::string &Message); }; #endif // VDR_STREAMDEV_SERVERS_CONNECTIONVTP_H |