lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 33de332 5/9: Prefer 'long int' to 'long'


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 33de332 5/9: Prefer 'long int' to 'long'
Date: Sat, 23 Oct 2021 18:32:44 -0400 (EDT)

branch: master
commit 33de332a6adc51d314d43a78a5c4fd6cb16fa727
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Prefer 'long int' to 'long'
---
 illustration_document.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/illustration_document.hpp b/illustration_document.hpp
index be2f22d..5b58c47 100644
--- a/illustration_document.hpp
+++ b/illustration_document.hpp
@@ -40,7 +40,7 @@
 /// word. This is brittle, but then again it seems unlikely that
 /// anyone will change this aspect of wx.
 
-constexpr long LMI_WX_CHILD_DOCUMENT = 8;
+constexpr long int LMI_WX_CHILD_DOCUMENT {8};
 
 class IllustrationView;
 class WXDLLIMPEXP_FWD_CORE wxHtmlWindow;



reply via email to

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