aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/arm/arm_interface.h
diff options
context:
space:
mode:
authorGravatar Lioncash <mathew1800@gmail.com>2014-11-14 12:10:26 -0500
committerGravatar Lioncash <mathew1800@gmail.com>2014-11-14 12:10:35 -0500
commite8f4361d7677985b2d63cbe33602505583a3ef2c (patch)
treeb372fedd06d115336978da9bb9e5e76c16f12674 /src/core/arm/arm_interface.h
parent335082e74e5f015450f1ad57cb90d1f8fd4afbdb (diff)
ARM_Interface: Make destructor virtual
Fixes some warnings on OSX.
Diffstat (limited to 'src/core/arm/arm_interface.h')
-rw-r--r--src/core/arm/arm_interface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/arm/arm_interface.h b/src/core/arm/arm_interface.h
index be677ae2..4b93d331 100644
--- a/src/core/arm/arm_interface.h
+++ b/src/core/arm/arm_interface.h
@@ -16,7 +16,7 @@ public:
num_instructions = 0;
}
- ~ARM_Interface() {
+ virtual ~ARM_Interface() {
}
/**