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:
hikerstk
2011-11-22 23:15:27 +00:00
parent d1e132fbcb
commit 5a4cc87738
2 changed files with 2 additions and 2 deletions

View File

@@ -115,7 +115,7 @@ void CGUIEditBox::setOverrideColor(video::SColor color)
}
video::SColor const& CGUIEditBox::getOverrideColor() const
video::SColor CGUIEditBox::getOverrideColor() const
{
return OverrideColor;
}

View File

@@ -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.