tentative compilation fix for MIPSpro 7.2
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37173 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -262,13 +262,15 @@ private:
|
|||||||
wxString m_text;
|
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
|
||||||
void
|
void
|
||||||
#if defined(__WXGTK__) && !defined(__WXUNIVERSAL__)
|
#if defined(__WXGTK__) && !defined(__WXUNIVERSAL__)
|
||||||
wxStaticText
|
wxStaticText::
|
||||||
#else
|
#else
|
||||||
wxStaticTextBase
|
wxStaticTextBase::
|
||||||
#endif
|
#endif
|
||||||
::Wrap(int width)
|
Wrap(int width)
|
||||||
{
|
{
|
||||||
wxLabelWrapper wrapper;
|
wxLabelWrapper wrapper;
|
||||||
wrapper.WrapLabel(this, width);
|
wrapper.WrapLabel(this, width);
|
||||||
|
Reference in New Issue
Block a user