mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-11 12:45:05 +01:00
Merge pull request #194 from lioncash/virt
ARM_Interface: Make destructor virtual
This commit is contained in:
commit
613627205c
@ -16,7 +16,7 @@ public:
|
||||
num_instructions = 0;
|
||||
}
|
||||
|
||||
~ARM_Interface() {
|
||||
virtual ~ARM_Interface() {
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user