[gnome-commander/ConvertWarningsToErrors] Adds standard constructor for Selection class



commit f6c1ea3b75bb6803bf174d9024b23155fdda67ee
Author: Uwe Scholz <uwescholz src gnome org>
Date:   Sun Apr 16 20:31:43 2017 +0200

    Adds standard constructor for Selection class

 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 fee25d9..36162e0 100644
--- a/src/gnome-cmd-data.h
+++ b/src/gnome-cmd-data.h
@@ -484,6 +484,7 @@ struct GnomeCmdData
         gboolean match_case;
 
         Selection(): syntax(Filter::TYPE_REGEX), max_depth(-1), content_search(FALSE), match_case(FALSE)     
  {}
+        ~Selection();
 
         const std::string &description() const    {  return filename_pattern;  }
         void reset();


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