Skip to content

Commit 7764755

Browse files
committed
Add missing semicolon
Signed-off-by: Matthias Kretz <[email protected]>
1 parent e8896c9 commit 7764755

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/taskblock.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
\rSec2[parallel.task_block.task_cancelled_exception.what]{\tcode{task_cancelled_exception} member function \tcode{what}}
4646

4747
\begin{itemdecl}
48-
virtual const char* what() const noexcept
48+
virtual const char* what() const noexcept;
4949
\end{itemdecl}
5050

5151
\begin{itemdescr}

0 commit comments

Comments
 (0)