lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [6293] Forestall an msvc warning (VZ)


From: Greg Chicares
Subject: [lmi-commits] [6293] Forestall an msvc warning (VZ)
Date: Mon, 21 Sep 2015 00:05:43 +0000

Revision: 6293
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=6293
Author:   chicares
Date:     2015-09-21 00:05:42 +0000 (Mon, 21 Sep 2015)
Log Message:
-----------
Forestall an msvc warning (VZ)

Modified Paths:
--------------
    lmi/trunk/ChangeLog
    lmi/trunk/group_quote_pdf_gen_wx.cpp

Modified: lmi/trunk/ChangeLog
===================================================================
--- lmi/trunk/ChangeLog 2015-09-20 17:58:35 UTC (rev 6292)
+++ lmi/trunk/ChangeLog 2015-09-21 00:05:42 UTC (rev 6293)
@@ -36835,3 +36835,9 @@
 Resolve gcc-5 issues (VZ). See:
   http://lists.nongnu.org/archive/html/lmi/2015-09/msg00010.html
 
+20150921T0005Z <address@hidden> [474]
+
+  group_quote_pdf_gen_wx.cpp
+Forestall an msvc warning (VZ). See:
+  http://lists.nongnu.org/archive/html/lmi/2015-09/msg00012.html
+

Modified: lmi/trunk/group_quote_pdf_gen_wx.cpp
===================================================================
--- lmi/trunk/group_quote_pdf_gen_wx.cpp        2015-09-20 17:58:35 UTC (rev 
6292)
+++ lmi/trunk/group_quote_pdf_gen_wx.cpp        2015-09-21 00:05:42 UTC (rev 
6293)
@@ -196,8 +196,8 @@
 
 struct column_definition
 {
-    char const* const header_;
-    char const* const widest_text_; // Empty string means variable width.
+    char const* header_;
+    char const* widest_text_; // Empty string means variable width.
 };
 
 column_definition const column_definitions[] =




reply via email to

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