Fix non-virtual destructor warning

pull/21/head
Timothy Pearson 10 years ago
parent 0e92714828
commit 96cf12b16a

@ -56,7 +56,7 @@ class LIBKCAL_EXPORT Alarm : public CustomProperties
/** /**
Destruct Alarm object. Destruct Alarm object.
*/ */
~Alarm(); virtual ~Alarm();
/** /**
Returns an exact copy of this alarm. The returned object is owned by the caller. Returns an exact copy of this alarm. The returned object is owned by the caller.

Loading…
Cancel
Save