Make the physics branch compile with current irrlicht svn.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/physics@10241 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
@@ -115,7 +115,7 @@ void CGUIEditBox::setOverrideColor(video::SColor color)
|
||||
}
|
||||
|
||||
|
||||
video::SColor const& CGUIEditBox::getOverrideColor() const
|
||||
video::SColor CGUIEditBox::getOverrideColor() const
|
||||
{
|
||||
return OverrideColor;
|
||||
}
|
||||
|
||||
@@ -36,7 +36,7 @@ using namespace gui;
|
||||
virtual void setOverrideColor(video::SColor color);
|
||||
|
||||
//! Gets the override color
|
||||
virtual video::SColor const & getOverrideColor() const;
|
||||
virtual video::SColor getOverrideColor() const;
|
||||
|
||||
//! Sets if the text should use the overide color or the
|
||||
//! color in the gui skin.
|
||||
|
||||
Reference in New Issue
Block a user