mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-03 08:07:45 +00:00
Virtual base classes should have a virtual destructor.
Build a libdolphinwx. Just fooling around with LTO.. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6981 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
25af2ae9b8
commit
f57cfc7c6f
11 changed files with 19 additions and 25 deletions
|
@ -21,6 +21,8 @@
|
|||
class GFXDebuggerBase
|
||||
{
|
||||
public:
|
||||
virtual ~GFXDebuggerBase() {}
|
||||
|
||||
// if paused, debugging functions can be enabled
|
||||
virtual void OnPause() {};
|
||||
virtual void OnContinue() {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue