diff options
Diffstat (limited to 'backends')
-rw-r--r-- | backends/wince/CEActions.cpp | 2 | ||||
-rw-r--r-- | backends/wince/CELauncherDialog.cpp | 2 | ||||
-rw-r--r-- | backends/wince/CEgui/ItemAction.cpp | 2 | ||||
-rw-r--r-- | backends/wince/CEgui/ItemSwitch.cpp | 2 | ||||
-rw-r--r-- | backends/wince/CEgui/SDL_ImageResource.cpp | 2 | ||||
-rw-r--r-- | backends/wince/CEgui/ToolbarHandler.cpp | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/backends/wince/CEActions.cpp b/backends/wince/CEActions.cpp index 97be4e902a..534683ea62 100644 --- a/backends/wince/CEActions.cpp +++ b/backends/wince/CEActions.cpp @@ -148,4 +148,4 @@ void CEActions::setMapping(ActionType action, unsigned int keyCode) { } -CEActions *CEActions::_instance = NULL;
\ No newline at end of file +CEActions *CEActions::_instance = NULL; diff --git a/backends/wince/CELauncherDialog.cpp b/backends/wince/CELauncherDialog.cpp index c1ac0f8534..cf6d65c346 100644 --- a/backends/wince/CELauncherDialog.cpp +++ b/backends/wince/CELauncherDialog.cpp @@ -168,4 +168,4 @@ void CELauncherDialog::addGame() { } else GUILauncherDialog::addGame(); -}
\ No newline at end of file +} diff --git a/backends/wince/CEgui/ItemAction.cpp b/backends/wince/CEgui/ItemAction.cpp index a801b9b820..d70da846bd 100644 --- a/backends/wince/CEgui/ItemAction.cpp +++ b/backends/wince/CEgui/ItemAction.cpp @@ -44,4 +44,4 @@ namespace CEGUI { else return false; } -}
\ No newline at end of file +} diff --git a/backends/wince/CEgui/ItemSwitch.cpp b/backends/wince/CEgui/ItemSwitch.cpp index 5f020e0914..6ee05f941f 100644 --- a/backends/wince/CEgui/ItemSwitch.cpp +++ b/backends/wince/CEgui/ItemSwitch.cpp @@ -62,4 +62,4 @@ namespace CEGUI { else return false; } -}
\ No newline at end of file +} diff --git a/backends/wince/CEgui/SDL_ImageResource.cpp b/backends/wince/CEgui/SDL_ImageResource.cpp index b42fb37f41..598caa56a1 100644 --- a/backends/wince/CEgui/SDL_ImageResource.cpp +++ b/backends/wince/CEgui/SDL_ImageResource.cpp @@ -79,4 +79,4 @@ namespace CEGUI { if (_surface) SDL_FreeSurface(_surface); } -}
\ No newline at end of file +} diff --git a/backends/wince/CEgui/ToolbarHandler.cpp b/backends/wince/CEgui/ToolbarHandler.cpp index 4f9d28c9ef..b747247f36 100644 --- a/backends/wince/CEgui/ToolbarHandler.cpp +++ b/backends/wince/CEgui/ToolbarHandler.cpp @@ -123,4 +123,4 @@ namespace CEGUI { ToolbarHandler::~ToolbarHandler() { _toolbarMap.clear(); } -}
\ No newline at end of file +} |