aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/wince/CEgui/PanelItem.cpp
diff options
context:
space:
mode:
authorMax Horn2010-10-31 17:11:43 +0000
committerMax Horn2010-10-31 17:11:43 +0000
commita4bdd3cdec995cc864eeeda41812e6ab093acdbc (patch)
tree0f5737f170b45d7810b4c732932fa959bf87ce36 /backends/platform/wince/CEgui/PanelItem.cpp
parent086fe78af1b0d16d1902c8f9351e1dc7c103241b (diff)
downloadscummvm-rg350-a4bdd3cdec995cc864eeeda41812e6ab093acdbc.tar.gz
scummvm-rg350-a4bdd3cdec995cc864eeeda41812e6ab093acdbc.tar.bz2
scummvm-rg350-a4bdd3cdec995cc864eeeda41812e6ab093acdbc.zip
WINCE: Code formatting
svn-id: r53979
Diffstat (limited to 'backends/platform/wince/CEgui/PanelItem.cpp')
-rw-r--r--backends/platform/wince/CEgui/PanelItem.cpp24
1 files changed, 12 insertions, 12 deletions
diff --git a/backends/platform/wince/CEgui/PanelItem.cpp b/backends/platform/wince/CEgui/PanelItem.cpp
index 0898839c5d..8c68c79784 100644
--- a/backends/platform/wince/CEgui/PanelItem.cpp
+++ b/backends/platform/wince/CEgui/PanelItem.cpp
@@ -27,21 +27,21 @@
namespace CEGUI {
- PanelItem::PanelItem(WORD reference) : GUIElement() {
- setBackground(reference);
- _panel = NULL;
- }
+PanelItem::PanelItem(WORD reference) : GUIElement() {
+ setBackground(reference);
+ _panel = NULL;
+}
- PanelItem::~PanelItem() {
- }
+PanelItem::~PanelItem() {
+}
- bool PanelItem::action(int x, int y, bool pushed) {
- return false;
- }
+bool PanelItem::action(int x, int y, bool pushed) {
+ return false;
+}
- void PanelItem::setPanel(Panel *panel) {
- _panel = panel;
- }
+void PanelItem::setPanel(Panel *panel) {
+ _panel = panel;
}
+} // End of namespace CEGUI