mirror of
https://github.com/Lime3DS/Lime3DS
synced 2024-10-31 20:27:52 +00:00
ARM_Interface: Make destructor virtual
Fixes some warnings on OSX.
This commit is contained in:
parent
335082e74e
commit
e8f4361d76
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ public:
|
|||
num_instructions = 0;
|
||||
}
|
||||
|
||||
~ARM_Interface() {
|
||||
virtual ~ARM_Interface() {
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue