summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/auto/discoverertest.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/discoverertest.cpp b/tests/auto/discoverertest.cpp
index 76fd62c..c10dc1d 100644
--- a/tests/auto/discoverertest.cpp
+++ b/tests/auto/discoverertest.cpp
@@ -70,6 +70,8 @@ public:
ManualCaps
};
+ virtual ~StreamInfo() {}
+
protected:
StreamInfo(const QString &caps, CapsMode capsMode)
: m_isNative(true)