summaryrefslogtreecommitdiffstats
path: root/async/src/async.h
diff options
context:
space:
mode:
Diffstat (limited to 'async/src/async.h')
-rw-r--r--async/src/async.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/async/src/async.h b/async/src/async.h
index 233ad56..5866b34 100644
--- a/async/src/async.h
+++ b/async/src/async.h
@@ -251,8 +251,7 @@ public:
251private: 251private:
252 Job(Private::ExecutorBase *executor) 252 Job(Private::ExecutorBase *executor)
253 : JobBase(executor) 253 : JobBase(executor)
254 { 254 {}
255 }
256}; 255};
257 256
258} // namespace Async 257} // namespace Async