From: Thomas Geymayer Date: Sun, 4 Nov 2012 18:22:37 +0000 (+0100) Subject: Commited too fast... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=9ab88d9387bf212cec22510f3818c72c074994d7;p=simgear.git Commited too fast... --- diff --git a/simgear/canvas/VGInitOperation.cxx b/simgear/canvas/VGInitOperation.cxx index e8fefe7c..4d5d1734 100644 --- a/simgear/canvas/VGInitOperation.cxx +++ b/simgear/canvas/VGInitOperation.cxx @@ -33,7 +33,7 @@ namespace canvas //---------------------------------------------------------------------------- - virtual void VGInitOperation::operator()(osg::GraphicsContext* context) + void VGInitOperation::operator()(osg::GraphicsContext* context) { GLint vp[4]; glGetIntegerv(GL_VIEWPORT, vp);