diff options
Diffstat (limited to 'include/modules/xmlrpc.h')
-rw-r--r-- | include/modules/xmlrpc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/modules/xmlrpc.h b/include/modules/xmlrpc.h index 698a8e6ce..115fe4ad4 100644 --- a/include/modules/xmlrpc.h +++ b/include/modules/xmlrpc.h @@ -18,7 +18,7 @@ public: Anope::string name; Anope::string id; std::deque<Anope::string> data; - HTTPReply& r; + HTTPReply &r; XMLRPCRequest(HTTPReply &_r) : r(_r) { } inline void reply(const Anope::string &dname, const Anope::string &ddata) { this->replies.emplace(dname, ddata); } |