diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-12-04 10:49:40 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-12-04 10:49:40 -0600 |
commit | 96cf12b16ab69bcb2df0773091ba9751e9219446 (patch) | |
tree | 286a48d7032e39a15c54d931f1519464b4c5cada /libkcal | |
parent | 0e92714828ad5ffa8ab4b8e2ac7a18d284d79041 (diff) | |
download | tdepim-96cf12b16ab69bcb2df0773091ba9751e9219446.tar.gz tdepim-96cf12b16ab69bcb2df0773091ba9751e9219446.zip |
Fix non-virtual destructor warning
Diffstat (limited to 'libkcal')
-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. |