lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 6ed52a1 2/5: Make single-argument ctor 'expli


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 6ed52a1 2/5: Make single-argument ctor 'explicit'
Date: Mon, 6 Mar 2017 07:24:18 -0500 (EST)

branch: master
commit 6ed52a198c9582ca93d8376b273077ad24605c33
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Make single-argument ctor 'explicit'
---
 ihs_server7702.hpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ihs_server7702.hpp b/ihs_server7702.hpp
index b128638..607df82 100644
--- a/ihs_server7702.hpp
+++ b/ihs_server7702.hpp
@@ -51,7 +51,8 @@ Server7702Output LMI_SO RunServer7702FromStruct(gpt_input 
a_Input);
 class Server7702
 {
   public:
-    Server7702(gpt_input& a_Input);
+    explicit Server7702(gpt_input& a_Input);
+
     void Process();
     Server7702Output const& GetOutput() const   {return Output;}
 



reply via email to

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