diff options
-rw-r--r-- | libkcal/alarm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libkcal/alarm.h b/libkcal/alarm.h index f667cf6b0..09de14f09 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. |