| Index: util/test/multiprocess.h
|
| diff --git a/util/test/multiprocess.h b/util/test/multiprocess.h
|
| index c4eadde3caaa9df0bef0cb5740280ef7e1714a55..c3a7949e4ceb447311ae4f6333480cf642fc5e61 100644
|
| --- a/util/test/multiprocess.h
|
| +++ b/util/test/multiprocess.h
|
| @@ -92,7 +92,7 @@ class Multiprocess {
|
| //! provided that they call the superclass’ implementation first as follows:
|
| //!
|
| //! \code
|
| - //! virtual void PreFork() override {
|
| + //! void PreFork() override {
|
| //! ASSERT_NO_FATAL_FAILURE(Multiprocess::PreFork());
|
| //!
|
| //! // Place subclass-specific pre-fork code here.
|
|
|