diff options
Diffstat (limited to 'app/animation.h')
-rw-r--r-- | app/animation.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app/animation.h b/app/animation.h index e6877b6..bd38fb4 100644 --- a/app/animation.h +++ b/app/animation.h @@ -1,4 +1,4 @@ -// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. +// Copyright (c) 2009 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // Inspired by NSAnimation @@ -33,6 +33,9 @@ class AnimationDelegate { // Called when an animation has been canceled. virtual void AnimationCanceled(const Animation* animation) { } + + protected: + virtual ~AnimationDelegate() {} }; // Animation |