aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/gui.h
diff options
context:
space:
mode:
authorJohannes Schickel2010-05-17 23:29:44 +0000
committerJohannes Schickel2010-05-17 23:29:44 +0000
commit0fe2ba6a0dd1bc7a3edda7ed8deaeba10f39ab9b (patch)
treeb8a6a807c6ceaccbce4f66c9740315999616ed38 /engines/kyra/gui.h
parentcbbb78d9f29672e0f78724344040a692018fa3a5 (diff)
downloadscummvm-rg350-0fe2ba6a0dd1bc7a3edda7ed8deaeba10f39ab9b.tar.gz
scummvm-rg350-0fe2ba6a0dd1bc7a3edda7ed8deaeba10f39ab9b.tar.bz2
scummvm-rg350-0fe2ba6a0dd1bc7a3edda7ed8deaeba10f39ab9b.zip
Some more enforcement of our formatting conventions in KYRA too.
svn-id: r49069
Diffstat (limited to 'engines/kyra/gui.h')
-rw-r--r--engines/kyra/gui.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/kyra/gui.h b/engines/kyra/gui.h
index e636f634da..ff387debd6 100644
--- a/engines/kyra/gui.h
+++ b/engines/kyra/gui.h
@@ -37,10 +37,10 @@
namespace Kyra {
-#define BUTTON_FUNCTOR(type, x, y) Button::Callback(new Common::Functor1Mem<Button*, int, type>(x, y))
+#define BUTTON_FUNCTOR(type, x, y) Button::Callback(new Common::Functor1Mem<Button *, int, type>(x, y))
struct Button {
- typedef Common::Functor1<Button*, int> CallbackFunctor;
+ typedef Common::Functor1<Button *, int> CallbackFunctor;
typedef Common::SharedPtr<CallbackFunctor> Callback;
Button() : nextButton(0), index(0), keyCode(0), keyCode2(0), data0Val1(0), data1Val1(0), data2Val1(0), flags(0),