summaryrefslogtreecommitdiffstats
path: root/src/http/HTTPEngineSender.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/http/HTTPEngineSender.hpp')
-rw-r--r--src/http/HTTPEngineSender.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/HTTPEngineSender.hpp b/src/http/HTTPEngineSender.hpp
index 14439e39..c7296bcc 100644
--- a/src/http/HTTPEngineSender.hpp
+++ b/src/http/HTTPEngineSender.hpp
@@ -109,7 +109,7 @@ public:
void get(const Raul::URI& uri);
protected:
- SharedPtr<Raul::Deletable> _receiver;
+ SharedPtr<HTTPClientReceiver> _receiver;
SoupSession* _session;
Sord::World& _world;