Skip to content
Snippets Groups Projects
Commit 255a9126 authored by Jonathan Youett's avatar Jonathan Youett
Browse files

Add keyword override to avoid a warning

parent 7f1f56a1
Branches
No related tags found
No related merge requests found
......@@ -47,8 +47,8 @@ namespace Dune {
}
void check() const override;
void preprocess();
void iterate();
void preprocess() override;
void iterate() override;
using Base::setProblem;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment