lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 50f7fdf: Change DBDictionary::Add() from priv


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 50f7fdf: Change DBDictionary::Add() from private to protected
Date: Wed, 6 Feb 2019 09:33:09 -0500 (EST)

branch: master
commit 50f7fdf3f63b9f9adae6109d6b826483a8986e51
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Change DBDictionary::Add() from private to protected
---
 dbdict.hpp | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dbdict.hpp b/dbdict.hpp
index dae92fd..474e530 100644
--- a/dbdict.hpp
+++ b/dbdict.hpp
@@ -57,6 +57,9 @@ class LMI_SO DBDictionary
 
     void InitAntediluvian();
 
+  protected:
+    void Add(database_entity const&);
+
   private:
     DBDictionary(DBDictionary const&) = delete;
     DBDictionary& operator=(DBDictionary const&) = delete;
@@ -68,7 +71,6 @@ class LMI_SO DBDictionary
     database_entity& datum(std::string const&);
 
     void WriteDB(std::string const& filename) const;
-    void Add(database_entity const&);
     void InitDB();
 
     // A temporary expedient.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]