From a04a31094493fb4d599bfffbfba8f77377eae869 Mon Sep 17 00:00:00 2001 From: Stephen Anthony Date: Tue, 13 Aug 2019 16:54:38 -0230 Subject: [PATCH] Fixed minor compile warning. --- src/emucore/FBSurface.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/emucore/FBSurface.hxx b/src/emucore/FBSurface.hxx index 8ee463068..d77d6e553 100644 --- a/src/emucore/FBSurface.hxx +++ b/src/emucore/FBSurface.hxx @@ -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,