[gnome-commander] Do not implicitely define the deconstructor of the AdvrenameConfig::Profile
- From: Uwe Scholz <uwescholz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-commander] Do not implicitely define the deconstructor of the AdvrenameConfig::Profile
- Date: Sun, 27 Jan 2019 21:24:39 +0000 (UTC)
commit 2324d8800ff09b47c66e361266b3204e9d9b438f
Author: Uwe Scholz <u scholz83 gmx de>
Date: Sun Jan 27 22:21:59 2019 +0100
Do not implicitely define the deconstructor of the AdvrenameConfig::Profile
src/gnome-cmd-data.cc | 1 +
src/gnome-cmd-data.h | 2 ++
2 files changed, 3 insertions(+)
---
diff --git a/src/gnome-cmd-data.cc b/src/gnome-cmd-data.cc
index 7e0655b8..a39f5b2f 100644
--- a/src/gnome-cmd-data.cc
+++ b/src/gnome-cmd-data.cc
@@ -4314,6 +4314,7 @@ GtkSortType GnomeCmdData::get_sort_direction(FileSelectorID id) const
GnomeCmdData::SearchProfile::~SearchProfile(){};
+GnomeCmdData::AdvrenameConfig::Profile::~Profile(){};
gpointer gnome_cmd_data_get_con_list ()
diff --git a/src/gnome-cmd-data.h b/src/gnome-cmd-data.h
index 53ac7226..30d84e01 100644
--- a/src/gnome-cmd-data.h
+++ b/src/gnome-cmd-data.h
@@ -587,6 +587,8 @@ struct GnomeCmdData
const std::string &description() const { return template_string; }
void reset();
+
+ ~Profile();
};
gint width, height;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]