summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2013-06-25 12:56:40 -0700
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>2013-06-25 12:56:40 -0700
commit9d95993115db450a3a9d4387d564ae191e19f90e (patch)
tree5fe0ada9a90e129bff2c9c13232f62538013e369 /test
parentbecf1691c46e0bd3b4ef93e2e605a0d26422080f (diff)
parentf6d293adf60b9c95db50caf57ea2d00c8004a0d7 (diff)
downloadlibvpx-9d95993115db450a3a9d4387d564ae191e19f90e.tar
libvpx-9d95993115db450a3a9d4387d564ae191e19f90e.tar.gz
libvpx-9d95993115db450a3a9d4387d564ae191e19f90e.tar.bz2
libvpx-9d95993115db450a3a9d4387d564ae191e19f90e.zip
Merge "intrapred_test: add virtual dtor to IntraPredBase"
Diffstat (limited to 'test')
-rw-r--r--test/intrapred_test.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/intrapred_test.cc b/test/intrapred_test.cc
index 39ec89679..da96741c8 100644
--- a/test/intrapred_test.cc
+++ b/test/intrapred_test.cc
@@ -27,6 +27,8 @@ using libvpx_test::ACMRandom;
class IntraPredBase {
public:
+ virtual ~IntraPredBase() {}
+
virtual void TearDown() {
libvpx_test::ClearSystemState();
}