aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/animator/SkScriptCallBack.h
diff options
context:
space:
mode:
authorGravatar djsollen@google.com <djsollen@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-11-20 13:16:47 +0000
committerGravatar djsollen@google.com <djsollen@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-11-20 13:16:47 +0000
commit692f88c7f04583dcb0aca58c1f885e022d72cefb (patch)
treefd15e8e5ebad0f813aec1d3a2e3392217a100bdc /src/animator/SkScriptCallBack.h
parentdb490e99715c000ed15fd8211698f3e50ee2dc30 (diff)
Add extra warnings to match what Android uses.
R=mtklein@google.com Review URL: https://codereview.chromium.org/74193005 git-svn-id: http://skia.googlecode.com/svn/trunk@12310 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src/animator/SkScriptCallBack.h')
-rw-r--r--src/animator/SkScriptCallBack.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/animator/SkScriptCallBack.h b/src/animator/SkScriptCallBack.h
index dcbaf11886..fefc482f61 100644
--- a/src/animator/SkScriptCallBack.h
+++ b/src/animator/SkScriptCallBack.h
@@ -13,6 +13,8 @@
class SkScriptCallBack {
public:
+ virtual ~SkScriptCallBack() { }
+
enum Type {
kBox,
kFunction,