From 6b4484472b79dc7ea7d1ce545a28fba7d3b7696f Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sat, 30 Jul 2005 21:11:48 +0000 Subject: Remove trailing whitespaces. svn-id: r18604 --- gui/dialog.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gui/dialog.h') diff --git a/gui/dialog.h b/gui/dialog.h index 74b13cd67c..74ec1e3c13 100644 --- a/gui/dialog.h +++ b/gui/dialog.h @@ -61,7 +61,7 @@ public: protected: virtual void open(); virtual void close(); - + virtual void draw(); virtual void drawDialog(); @@ -74,7 +74,7 @@ protected: virtual void handleMouseMoved(int x, int y, int button); virtual void handleCommand(CommandSender *sender, uint32 cmd, uint32 data); virtual void handleScreenChanged() {} - + Widget *findWidget(int x, int y); // Find the widget at pos x,y if any ButtonWidget *addButton(GuiObject *boss, int x, int y, const Common::String &label, uint32 cmd, char hotkey, WidgetSize ws = kDefaultWidgetSize); -- cgit v1.2.3