lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master c329244 1/3: Restore an inadvertently moved c


From: Greg Chicares
Subject: [lmi-commits] [lmi] master c329244 1/3: Restore an inadvertently moved comment line
Date: Wed, 12 Jun 2019 19:32:07 -0400 (EDT)

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

    Restore an inadvertently moved comment line
    
    It had seemed to belong to the block of code that was to be moved.
---
 pdf_command_wx.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pdf_command_wx.cpp b/pdf_command_wx.cpp
index 92b3975..f1a812c 100644
--- a/pdf_command_wx.cpp
+++ b/pdf_command_wx.cpp
@@ -970,7 +970,6 @@ class pdf_illustration : protected html_interpolator, 
protected pdf_writer_wx
             ,invar.UWClass == "Rated"
             );
 
-        // Define variables specific to this illustration.
         if(!invar.ContractName.empty())
             {
             std::string s = invar.ContractName;
@@ -2859,6 +2858,7 @@ class pdf_illustration_finra : public pdf_illustration
     {
         auto const& invar = ledger.GetLedgerInvariant();
 
+        // Define variables specific to this illustration.
         auto const& state_of_jurisdiction = invar.StateOfJurisdiction;
 
         add_variable



reply via email to

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