/[packages]/cauldron/supertuxkart/current/SOURCES/supertuxkart-0.7.3-upstream-fix-return-type.patch
ViewVC logotype

Contents of /cauldron/supertuxkart/current/SOURCES/supertuxkart-0.7.3-upstream-fix-return-type.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 219333 - (show annotations) (download)
Mon Mar 5 21:39:09 2012 UTC (12 years, 1 month ago) by obgr_seneca
File size: 1126 byte(s)
SILENT: new file ./SOURCES/supertuxkart-0.7.3-upstream-fix-return-type.patch
1 diff -ruN supertuxkart-0.7.3.orig/src/guiengine/widgets/CGUIEditBox.cpp supertuxkart-0.7.3/src/guiengine/widgets/CGUIEditBox.cpp
2 --- supertuxkart-0.7.3.orig/src/guiengine/widgets/CGUIEditBox.cpp 2011-11-02 01:04:13.000000000 +0100
3 +++ supertuxkart-0.7.3/src/guiengine/widgets/CGUIEditBox.cpp 2012-03-05 21:46:11.991769304 +0100
4 @@ -115,7 +115,7 @@
5 }
6
7
8 -video::SColor const& CGUIEditBox::getOverrideColor() const
9 +video::SColor CGUIEditBox::getOverrideColor() const
10 {
11 return OverrideColor;
12 }
13 diff -ruN supertuxkart-0.7.3.orig/src/guiengine/widgets/CGUIEditBox.h supertuxkart-0.7.3/src/guiengine/widgets/CGUIEditBox.h
14 --- supertuxkart-0.7.3.orig/src/guiengine/widgets/CGUIEditBox.h 2011-11-02 01:04:12.000000000 +0100
15 +++ supertuxkart-0.7.3/src/guiengine/widgets/CGUIEditBox.h 2012-03-05 21:47:09.263129846 +0100
16 @@ -36,7 +36,7 @@
17 virtual void setOverrideColor(video::SColor color);
18
19 //! Gets the override color
20 - virtual video::SColor const & getOverrideColor() const;
21 + virtual video::SColor getOverrideColor() const;
22
23 //! Sets if the text should use the overide color or the
24 //! color in the gui skin.

  ViewVC Help
Powered by ViewVC 1.1.30