Fixed minor compile warning.

This commit is contained in:
Stephen Anthony 2019-08-13 16:54:38 -02:30
parent c68e8f1c30
commit a04a310944
1 changed files with 1 additions and 1 deletions

View File

@ -216,6 +216,7 @@ class FBSurface
@param align The alignment of the text in the string width area
@param deltax FIXME
@param useEllipsis Whether to use '...' when the string is too long
@return Number of lines drawn
*/
virtual int drawString(
@ -235,7 +236,6 @@ class FBSurface
@param align The alignment of the text in the string width area
@param deltax FIXME
@param useEllipsis Whether to use '...' when the string is too long
@return Number of lines drawn
*/
virtual void drawString(
const GUI::Font& font, const string& s, int x, int y, int w,