X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3f8e6923b0145f117824a90a430bad0d18b9f6dd..6012f61212b67d510e4a6393272e867a4ceb58c1:/src/common/dlgcmn.cpp diff --git a/src/common/dlgcmn.cpp b/src/common/dlgcmn.cpp index 4794fe1119..56f113c20a 100644 --- a/src/common/dlgcmn.cpp +++ b/src/common/dlgcmn.cpp @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: common/dlgcmn.cpp +// Name: src/common/dlgcmn.cpp // Purpose: common (to all ports) wxDialog functions // Author: Vadim Zeitlin // Modified by: @@ -24,15 +24,15 @@ #pragma hdrstop #endif +#include "wx/dialog.h" + #ifndef WX_PRECOMP #include "wx/button.h" - #include "wx/dialog.h" #include "wx/dcclient.h" #include "wx/intl.h" #include "wx/settings.h" #include "wx/stattext.h" #include "wx/sizer.h" - #include "wx/button.h" #include "wx/containr.h" #endif @@ -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::