Skip to content

Commit f975578

Browse files
hokeinkkoopa
authored andcommitted
Fix an incomplete code sample in the document.
1 parent d160c15 commit f975578

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/asyncworker.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ class AsyncProgressWorkerBase<T> : public AsyncWorker {
8787
virtual void HandleProgressCallback(const T *data, size_t count) = 0;
8888
8989
virtual void Destroy();
90+
};
9091
9192
typedef AsyncProgressWorkerBase<T> AsyncProgressWorker;
9293
```

0 commit comments

Comments
 (0)