mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2025-03-29 08:19:52 -04:00
Fixed VS2008 build.
This commit is contained in:
parent
9e8508b64d
commit
d19ef51930
1 changed files with 2 additions and 2 deletions
|
@ -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()
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue