diff options
Diffstat (limited to 'async/src/future.h')
-rw-r--r-- | async/src/future.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/async/src/future.h b/async/src/future.h index c53ef56..eb3de1e 100644 --- a/async/src/future.h +++ b/async/src/future.h | |||
@@ -31,6 +31,8 @@ class FutureBase | |||
31 | public: | 31 | public: |
32 | FutureBase(); | 32 | FutureBase(); |
33 | FutureBase(const FutureBase &other); | 33 | FutureBase(const FutureBase &other); |
34 | virtual ~FutureBase(); | ||
35 | |||
34 | void setFinished(); | 36 | void setFinished(); |
35 | bool isFinished() const; | 37 | bool isFinished() const; |
36 | void waitForFinished(); | 38 | void waitForFinished(); |