diff options
Diffstat (limited to 'history.h')
-rw-r--r-- | history.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -3,7 +3,7 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: history.h 2 2005-05-14 22:25:56Z tom $ + * $Id: history.h 85 2007-06-20 16:14:45Z tom $ */ #ifndef VDR_SPIDER_HISTORY_H @@ -60,6 +60,9 @@ class Move { public: + /** Destructor */ + virtual ~Move() {}; + /** Do the move */ virtual void execute() = 0; |