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.