[SCM] ktp-text-ui packaging branch, master, updated. debian/15.12.1-1-1918-gdf4b0ec
Maximiliano Curia
maxy at moszumanska.debian.org
Sat May 28 00:19:15 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-text-ui.git;a=commitdiff;h=c7958a7
The following commit has been merged in the master branch:
commit c7958a75044a2d462ea990248b7793bb5c8f1a33
Author: David Edmundson <kde at davidedmundson.co.uk>
Date: Sun Apr 3 12:41:03 2011 +0100
Add virtual keyword to all destructors as it's better C++
---
lib/adium-theme-content-info.h | 2 +-
lib/adium-theme-header-info.h | 2 +-
lib/adium-theme-message-info.h | 2 +-
lib/adium-theme-status-info.h | 3 +--
4 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/lib/adium-theme-content-info.h b/lib/adium-theme-content-info.h
index d91ebd6..a5873c4 100644
--- a/lib/adium-theme-content-info.h
+++ b/lib/adium-theme-content-info.h
@@ -33,7 +33,7 @@ class KDE_TELEPATHY_CHAT_EXPORT AdiumThemeContentInfo : public AdiumThemeMessage
public:
explicit AdiumThemeContentInfo(AdiumThemeMessageInfo::MessageType);
explicit AdiumThemeContentInfo(const AdiumThemeContentInfo &other);
- ~AdiumThemeContentInfo();
+ virtual ~AdiumThemeContentInfo();
AdiumThemeContentInfo &operator=(const AdiumThemeContentInfo &other);
diff --git a/lib/adium-theme-header-info.h b/lib/adium-theme-header-info.h
index da25633..c15add9 100644
--- a/lib/adium-theme-header-info.h
+++ b/lib/adium-theme-header-info.h
@@ -35,7 +35,7 @@ class KDE_TELEPATHY_CHAT_EXPORT AdiumThemeHeaderInfo
public:
AdiumThemeHeaderInfo();
AdiumThemeHeaderInfo(const AdiumThemeHeaderInfo &other);
- ~AdiumThemeHeaderInfo();
+ virtual ~AdiumThemeHeaderInfo();
AdiumThemeHeaderInfo &operator=(const AdiumThemeHeaderInfo &other);
/** A name for the chat. For a one-on-one chat, this will be the display name of the
diff --git a/lib/adium-theme-message-info.h b/lib/adium-theme-message-info.h
index 97d9352..d90112c 100644
--- a/lib/adium-theme-message-info.h
+++ b/lib/adium-theme-message-info.h
@@ -37,7 +37,7 @@ public:
explicit AdiumThemeMessageInfo(MessageType);
explicit AdiumThemeMessageInfo(const AdiumThemeMessageInfo &other);
- ~AdiumThemeMessageInfo();
+ virtual ~AdiumThemeMessageInfo();
AdiumThemeMessageInfo &operator=(const AdiumThemeMessageInfo &other);
MessageType type() const;
diff --git a/lib/adium-theme-status-info.h b/lib/adium-theme-status-info.h
index 05a4193..884c82b 100644
--- a/lib/adium-theme-status-info.h
+++ b/lib/adium-theme-status-info.h
@@ -32,8 +32,7 @@ class KDE_TELEPATHY_CHAT_EXPORT AdiumThemeStatusInfo : public AdiumThemeMessageI
public:
explicit AdiumThemeStatusInfo();
explicit AdiumThemeStatusInfo(const AdiumThemeStatusInfo &other);
-
- ~AdiumThemeStatusInfo();
+ virtual ~AdiumThemeStatusInfo();
AdiumThemeStatusInfo &operator=(const AdiumThemeStatusInfo &other);
/** A description of the status event. This is neither in
--
ktp-text-ui packaging
More information about the pkg-kde-commits
mailing list