[gnome-commander] Add (empty) implementation of standard constructor



commit 8bfd476ec95061d3ba1050f654fc4ac5ca687e86
Author: Uwe Scholz <uwescholz src gnome org>
Date:   Mon Apr 17 13:32:46 2017 +0200

    Add (empty) implementation of standard constructor

 src/gnome-cmd-data.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gnome-cmd-data.h b/src/gnome-cmd-data.h
index 36162e0..598be9a 100644
--- a/src/gnome-cmd-data.h
+++ b/src/gnome-cmd-data.h
@@ -484,7 +484,7 @@ struct GnomeCmdData
         gboolean match_case;
 
         Selection(): syntax(Filter::TYPE_REGEX), max_depth(-1), content_search(FALSE), match_case(FALSE)     
  {}
-        ~Selection();
+        ~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]