diff options
Diffstat (limited to 'synchronizer/listener.cpp')
-rw-r--r-- | synchronizer/listener.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synchronizer/listener.cpp b/synchronizer/listener.cpp index 8527ec2..71723c9 100644 --- a/synchronizer/listener.cpp +++ b/synchronizer/listener.cpp | |||
@@ -220,7 +220,7 @@ void Listener::processCommand(int commandId, uint messageId, Client &client, uin | |||
220 | Warning() << "No resource loaded"; | 220 | Warning() << "No resource loaded"; |
221 | break; | 221 | break; |
222 | } | 222 | } |
223 | auto job = Async::null<void>(); | 223 | auto job = KAsync::null<void>(); |
224 | if (buffer->sourceSync()) { | 224 | if (buffer->sourceSync()) { |
225 | job = m_resource->synchronizeWithSource(m_pipeline); | 225 | job = m_resource->synchronizeWithSource(m_pipeline); |
226 | } | 226 | } |