Make the dtor virtual.
This commit is contained in:
@@ -5,7 +5,7 @@ class RageDisplay_OGL: public RageDisplay
|
|||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
RageDisplay_OGL( VideoModeParams params );
|
RageDisplay_OGL( VideoModeParams params );
|
||||||
~RageDisplay_OGL();
|
virtual ~RageDisplay_OGL();
|
||||||
void Update(float fDeltaTime);
|
void Update(float fDeltaTime);
|
||||||
|
|
||||||
bool IsSoftwareRenderer();
|
bool IsSoftwareRenderer();
|
||||||
|
|||||||
Reference in New Issue
Block a user