From f20e3df6d3a2c69d2941dddd4e815d4ceea29abe Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 27 Jan 2006 22:50:16 +0000 Subject: [PATCH] fixed MIPSpro version in the comment git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37184 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/dlgcmn.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/dlgcmn.cpp b/src/common/dlgcmn.cpp index 4794fe1119..64011f46c7 100644 --- a/src/common/dlgcmn.cpp +++ b/src/common/dlgcmn.cpp @@ -262,8 +262,8 @@ private: wxString m_text; }; -// NB: don't "factor out" the scope operator, SGI MIPSpro 7.2 gets confused if -// it doesn't immediately follow the class name +// NB: don't "factor out" the scope operator, SGI MIPSpro 7.3 (but not 7.4) +// gets confused if it doesn't immediately follow the class name void #if defined(__WXGTK__) && !defined(__WXUNIVERSAL__) wxStaticText:: -- 2.50.0