Make the dtor virtual.

This commit is contained in:
Steve Checkoway
2003-06-14 04:15:35 +00:00
parent f37d58e02f
commit 602ed81f48
+1 -1
View File
@@ -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();