[glom/glom-1-28] Add missing explicit.



commit 3fa226ee5e760c0de427ddd7a79a6ee51c95ee88
Author: Murray Cumming <murrayc murrayc com>
Date:   Fri Oct 30 14:07:31 2015 +0100

    Add missing explicit.

 glom/libglom/connectionpool.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/glom/libglom/connectionpool.h b/glom/libglom/connectionpool.h
index 367c23f..e9fcfbd 100644
--- a/glom/libglom/connectionpool.h
+++ b/glom/libglom/connectionpool.h
@@ -57,7 +57,7 @@ class SharedConnection : public sigc::trackable
 {
 public:
   SharedConnection();
-  SharedConnection(const Glib::RefPtr<Gnome::Gda::Connection>& gda_connection);
+  explicit SharedConnection(const Glib::RefPtr<Gnome::Gda::Connection>& gda_connection);
   virtual ~SharedConnection();
 
   Glib::RefPtr<Gnome::Gda::Connection> get_gda_connection();


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