summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/subtitle_asset_internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/subtitle_asset_internal.h b/src/subtitle_asset_internal.h
index cea230af..cd6e2b9f 100644
--- a/src/subtitle_asset_internal.h
+++ b/src/subtitle_asset_internal.h
@@ -98,6 +98,8 @@ public:
, font (font_)
{}
+ virtual ~Part () {}
+
virtual xmlpp::Element* as_xml (xmlpp::Element* parent, Context &) const;
void write_xml (xmlpp::Element* parent, order::Context& context) const;