ARM_Interface: Make destructor virtual

Fixes some warnings on OSX.
This commit is contained in:
Lioncash 2014-11-14 12:10:26 -05:00
parent 335082e74e
commit e8f4361d76
1 changed files with 1 additions and 1 deletions

View File

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