lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 438d461 1/2: Fix defect introduced 20181011T2


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 438d461 1/2: Fix defect introduced 20181011T2139Z: wrong linking macro
Date: Fri, 12 Oct 2018 10:16:01 -0400 (EDT)

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

    Fix defect introduced 20181011T2139Z: wrong linking macro
    
    See:
      https://lists.nongnu.org/archive/html/lmi/2018-10/msg00028.html
---
 main_wx.cpp      | 2 +-
 main_wx_test.cpp | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/main_wx.cpp b/main_wx.cpp
index 607fe33..e0bb7ba 100644
--- a/main_wx.cpp
+++ b/main_wx.cpp
@@ -46,7 +46,7 @@
 LMI_FORCE_LINKING_EX_SITU(alert_wx)
 LMI_FORCE_LINKING_EX_SITU(file_command_wx)
 LMI_FORCE_LINKING_EX_SITU(group_quote_pdf_generator_wx)
-LMI_FORCE_LINKING_IN_SITU(pdf_command_wx)
+LMI_FORCE_LINKING_EX_SITU(pdf_command_wx)
 LMI_FORCE_LINKING_EX_SITU(progress_meter_wx)
 LMI_FORCE_LINKING_EX_SITU(system_command_wx)
 
diff --git a/main_wx_test.cpp b/main_wx_test.cpp
index fc27332..eaf02a8 100644
--- a/main_wx_test.cpp
+++ b/main_wx_test.cpp
@@ -56,7 +56,7 @@
 
 LMI_FORCE_LINKING_EX_SITU(file_command_wx)
 LMI_FORCE_LINKING_EX_SITU(group_quote_pdf_generator_wx)
-LMI_FORCE_LINKING_IN_SITU(pdf_command_wx)
+LMI_FORCE_LINKING_EX_SITU(pdf_command_wx)
 LMI_FORCE_LINKING_EX_SITU(progress_meter_wx)
 LMI_FORCE_LINKING_EX_SITU(system_command_wx)
 



reply via email to

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