summaryrefslogtreecommitdiffstats
path: root/webkit/glue/plugins/plugin_group.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/glue/plugins/plugin_group.h')
-rw-r--r--webkit/glue/plugins/plugin_group.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/webkit/glue/plugins/plugin_group.h b/webkit/glue/plugins/plugin_group.h
index e916b84..a771238 100644
--- a/webkit/glue/plugins/plugin_group.h
+++ b/webkit/glue/plugins/plugin_group.h
@@ -51,6 +51,7 @@ struct VersionRange {
explicit VersionRange(VersionRangeDefinition definition);
VersionRange(const VersionRange& other);
VersionRange& operator=(const VersionRange& other);
+ ~VersionRange();
std::string low_str;
std::string high_str;