summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/chdcodec.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/util/chdcodec.h')
-rw-r--r--src/lib/util/chdcodec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/util/chdcodec.h b/src/lib/util/chdcodec.h
index 8be99b2e710..e688b41a108 100644
--- a/src/lib/util/chdcodec.h
+++ b/src/lib/util/chdcodec.h
@@ -50,7 +50,7 @@ protected:
public:
// allow public deletion
- virtual ~chd_codec() = default;
+ virtual ~chd_codec();
// accessors
chd_file &chd() const { return m_chd; }