diff options
author | David Robillard <d@drobilla.net> | 2009-05-13 04:44:01 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2009-05-13 04:44:01 +0000 |
commit | 5268059f5d4ca9325a78da688a7622898354215a (patch) | |
tree | ebf19a912d4bf98966b3bf7c289059b0644bf47e /src/client/HTTPClientReceiver.hpp | |
parent | 19928bb583e72802746b89e322f71ecc0fcb7427 (diff) | |
download | ingen-5268059f5d4ca9325a78da688a7622898354215a.tar.gz ingen-5268059f5d4ca9325a78da688a7622898354215a.tar.bz2 ingen-5268059f5d4ca9325a78da688a7622898354215a.zip |
Remove 'using' declarations from headers.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1993 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/client/HTTPClientReceiver.hpp')
-rw-r--r-- | src/client/HTTPClientReceiver.hpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/client/HTTPClientReceiver.hpp b/src/client/HTTPClientReceiver.hpp index 60b458ac..c0f979f4 100644 --- a/src/client/HTTPClientReceiver.hpp +++ b/src/client/HTTPClientReceiver.hpp @@ -68,10 +68,10 @@ private: Glib::Mutex _mutex; SharedPtr<Shared::ClientInterface> _target; - Shared::World* _world; - const std::string _url; - SoupSession* _session; - SharedPtr<Parser> _parser; + Shared::World* _world; + const std::string _url; + SoupSession* _session; + SharedPtr<Serialisation::Parser> _parser; }; |