mirror of https://github.com/stella-emu/stella.git
Fixed minor compile warning.
This commit is contained in:
parent
c68e8f1c30
commit
a04a310944
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue