[gnome-commander] Defines standard destructor to fix gcc inline warning



commit 9b3395046bb966048b967ac5f4489d7f015c40f3
Author: Uwe Scholz <uwescholz src gnome org>
Date:   Sun Mar 19 22:30:56 2017 +0100

    Defines standard destructor to fix gcc inline warning

 src/gnome-cmd-data.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/gnome-cmd-data.h b/src/gnome-cmd-data.h
index b6d34ee..fee25d9 100644
--- a/src/gnome-cmd-data.h
+++ b/src/gnome-cmd-data.h
@@ -525,6 +525,7 @@ struct GnomeCmdData
             Profile(): template_string("$N"),
                        counter_start(1), counter_width(1), counter_step(1),
                        case_conversion(0), trim_blanks(3)                     {}
+            ~Profile()                                                        {}
 
             const std::string &description() const {  return template_string;  }
             void reset();


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]