mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-18 04:53:06 +01:00
Fixed VS2008 build.
This commit is contained in:
@@ -57,7 +57,7 @@ public:
|
||||
#endif // USE_ENTRY
|
||||
}
|
||||
|
||||
virtual ~PlatformWindow() BX_OVERRIDE
|
||||
virtual ~PlatformWindow()
|
||||
{
|
||||
}
|
||||
|
||||
@@ -197,7 +197,7 @@ public:
|
||||
{
|
||||
}
|
||||
|
||||
virtual ~WindowManager() BX_OVERRIDE
|
||||
virtual ~WindowManager()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user