diff --git a/src/Platform/GlutApplication.h b/src/Platform/GlutApplication.h index 6259be010..275c319ce 100644 --- a/src/Platform/GlutApplication.h +++ b/src/Platform/GlutApplication.h @@ -187,7 +187,7 @@ class GlutApplication { * Marks the window for redrawing, resulting in call to drawEvent() * in the next iteration. */ - virtual void redraw() { glutPostRedisplay(); } + void redraw() { glutPostRedisplay(); } /*@}*/