diff --git a/dune/tectonic/myblockproblem.hh b/dune/tectonic/myblockproblem.hh
index 040f363af4dc75f5059c3ee300465640a3ce3411..2acb4922c2ec40f93d174e1664b77446a8a45f2b 100644
--- a/dune/tectonic/myblockproblem.hh
+++ b/dune/tectonic/myblockproblem.hh
@@ -57,7 +57,7 @@ template <class MyConvexProblemTypeTEMPLATE> class MyBlockProblem {
         0); // safety: acceptance factor for inexact minimization
   }
 
-  std::string virtual getOutput(bool header = false) const {
+  std::string getOutput(bool header = false) const {
     // TODO: implement (not urgent)
     return std::string();
   }