mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 08:27:57 -05:00
ARM_Interface: Make destructor virtual
Fixes some warnings on OSX.
This commit is contained in:
@ -16,7 +16,7 @@ public:
|
||||
num_instructions = 0;
|
||||
}
|
||||
|
||||
~ARM_Interface() {
|
||||
virtual ~ARM_Interface() {
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user