summaryrefslogtreecommitdiffstats
path: root/ppapi/shared_impl/function_group_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/shared_impl/function_group_base.h')
-rw-r--r--ppapi/shared_impl/function_group_base.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ppapi/shared_impl/function_group_base.h b/ppapi/shared_impl/function_group_base.h
index 9cdfcc6..4f98396 100644
--- a/ppapi/shared_impl/function_group_base.h
+++ b/ppapi/shared_impl/function_group_base.h
@@ -16,6 +16,8 @@ class ResourceCreationAPI;
class FunctionGroupBase {
public:
+ virtual ~FunctionGroupBase() {}
+
// Dynamic casting for this object. Returns the pointer to the given type if
// it's supported.
virtual thunk::PPB_CharSet_FunctionAPI* AsCharSet_FunctionAPI() {