aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/animator/SkScriptCallBack.h
diff options
context:
space:
mode:
authorGravatar mtklein@google.com <mtklein@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-11-20 15:13:49 +0000
committerGravatar mtklein@google.com <mtklein@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-11-20 15:13:49 +0000
commitf1077f916427c99bdec655da4c3b9eea70423685 (patch)
tree536610a55d61054d4b3478454779747b7d8a436c /src/animator/SkScriptCallBack.h
parentf7159bba8efc13f6b3a9a86e92b48451b6aa8073 (diff)
Add extra warnings to match what Android uses.
R=mtklein@google.com Committed: https://code.google.com/p/skia/source/detail?r=12310 Review URL: https://codereview.chromium.org/74193005 git-svn-id: http://skia.googlecode.com/svn/trunk@12314 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,