2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00

Merge pull request #194 from lioncash/virt

ARM_Interface: Make destructor virtual
This commit is contained in:
bunnei 2014-11-15 01:38:51 -05:00
commit 613627205c

View file

@ -16,7 +16,7 @@ public:
num_instructions = 0; num_instructions = 0;
} }
~ARM_Interface() { virtual ~ARM_Interface() {
} }
/** /**