diff options
Diffstat (limited to 'src/libs/engine/events/RequestAllObjectsEvent.hpp')
-rw-r--r-- | src/libs/engine/events/RequestAllObjectsEvent.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/libs/engine/events/RequestAllObjectsEvent.hpp b/src/libs/engine/events/RequestAllObjectsEvent.hpp index 016e35c7..0537575a 100644 --- a/src/libs/engine/events/RequestAllObjectsEvent.hpp +++ b/src/libs/engine/events/RequestAllObjectsEvent.hpp @@ -36,13 +36,10 @@ namespace Shared { class RequestAllObjectsEvent : public QueuedEvent { public: - RequestAllObjectsEvent(Engine& engine, SharedPtr<Shared::Responder> responder, SampleCount timestamp); + RequestAllObjectsEvent(Engine& engine, SharedPtr<Responder> responder, SampleCount timestamp); void pre_process(); void post_process(); - -private: - ClientInterface* _client; }; |