From 602ed81f48e6ffeda41f1e97bd9454e32e9c3558 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Sat, 14 Jun 2003 04:15:35 +0000 Subject: [PATCH] Make the dtor virtual. --- stepmania/src/RageDisplay_OGL.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/RageDisplay_OGL.h b/stepmania/src/RageDisplay_OGL.h index ffd216e893..54beb2d281 100644 --- a/stepmania/src/RageDisplay_OGL.h +++ b/stepmania/src/RageDisplay_OGL.h @@ -5,7 +5,7 @@ class RageDisplay_OGL: public RageDisplay { public: RageDisplay_OGL( VideoModeParams params ); - ~RageDisplay_OGL(); + virtual ~RageDisplay_OGL(); void Update(float fDeltaTime); bool IsSoftwareRenderer();