lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master f9a7987 1/4: Place members in declaration ord


From: Greg Chicares
Subject: [lmi-commits] [lmi] master f9a7987 1/4: Place members in declaration order
Date: Fri, 3 Apr 2020 16:43:55 -0400 (EDT)

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

    Place members in declaration order
    
    Now 'PolicyForm' always precedes 'PolicyMktgName'.
---
 ledger_invariant.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ledger_invariant.cpp b/ledger_invariant.cpp
index 71b7c68..d36c60b 100644
--- a/ledger_invariant.cpp
+++ b/ledger_invariant.cpp
@@ -187,10 +187,10 @@ void LedgerInvariant::Alloc(int len)
     OtherScalars    ["WriteTsvFile"          ] = &WriteTsvFile           ;
     OtherScalars    ["SupplementalReport"    ] = &SupplementalReport     ;
 
+    Strings["PolicyForm"                    ] = &PolicyForm                    
;
     Strings["PolicyMktgName"                ] = &PolicyMktgName                
;
     Strings["PolicyLegalName"               ] = &PolicyLegalName               
;
     Strings["CsoEra"                        ] = &CsoEra                        
;
-    Strings["PolicyForm"                    ] = &PolicyForm                    
;
     Strings["InsCoShortName"                ] = &InsCoShortName                
;
     Strings["InsCoName"                     ] = &InsCoName                     
;
     Strings["InsCoAddr"                     ] = &InsCoAddr                     
;



reply via email to

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