summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libkcal/alarm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libkcal/alarm.h b/libkcal/alarm.h
index f667cf6b..09de14f0 100644
--- a/libkcal/alarm.h
+++ b/libkcal/alarm.h
@@ -56,7 +56,7 @@ class LIBKCAL_EXPORT Alarm : public CustomProperties
/**
Destruct Alarm object.
*/
- ~Alarm();
+ virtual ~Alarm();
/**
Returns an exact copy of this alarm. The returned object is owned by the caller.