1
0
Fork 0
mirror of https://github.com/PabloMK7/citra.git synced 2025-03-03 05:06:27 +00:00

Merge pull request 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;
}
~ARM_Interface() {
virtual ~ARM_Interface() {
}
/**