diff options
author | Eugene Sandulenko | 2005-07-30 21:11:48 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2005-07-30 21:11:48 +0000 |
commit | 6b4484472b79dc7ea7d1ce545a28fba7d3b7696f (patch) | |
tree | c44c4e61f18ddd537f7082cb48869cf33d422fbd /backends/wince/CEgui/PanelKeyboard.h | |
parent | 86ab70b149e5cd00cf54f2e41896e2c4e16795e4 (diff) | |
download | scummvm-rg350-6b4484472b79dc7ea7d1ce545a28fba7d3b7696f.tar.gz scummvm-rg350-6b4484472b79dc7ea7d1ce545a28fba7d3b7696f.tar.bz2 scummvm-rg350-6b4484472b79dc7ea7d1ce545a28fba7d3b7696f.zip |
Remove trailing whitespaces.
svn-id: r18604
Diffstat (limited to 'backends/wince/CEgui/PanelKeyboard.h')
-rw-r--r-- | backends/wince/CEgui/PanelKeyboard.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/wince/CEgui/PanelKeyboard.h b/backends/wince/CEgui/PanelKeyboard.h index f4c48bf659..e803a6f058 100644 --- a/backends/wince/CEgui/PanelKeyboard.h +++ b/backends/wince/CEgui/PanelKeyboard.h @@ -37,7 +37,7 @@ namespace CEGUI { class PanelKeyboard : public Toolbar { public: PanelKeyboard(WORD reference); - virtual ~PanelKeyboard(); + virtual ~PanelKeyboard(); virtual bool action(int x, int y, bool pushed); private: Key _key; |