aboutsummaryrefslogtreecommitdiff
path: root/engines/mutationofjb/widgets/conversationwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mutationofjb/widgets/conversationwidget.h')
-rw-r--r--engines/mutationofjb/widgets/conversationwidget.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/mutationofjb/widgets/conversationwidget.h b/engines/mutationofjb/widgets/conversationwidget.h
index 51ea86ed02..abde70205b 100644
--- a/engines/mutationofjb/widgets/conversationwidget.h
+++ b/engines/mutationofjb/widgets/conversationwidget.h
@@ -41,7 +41,9 @@ public:
enum { CONVERSATION_MAX_CHOICES = 4 };
ConversationWidget(Gui &gui, const Common::Rect &area, const Graphics::Surface &surface);
- void setCallback(ConversationWidgetCallback *callback) { _callback = callback; }
+ void setCallback(ConversationWidgetCallback *callback) {
+ _callback = callback;
+ }
void setChoice(int choiceNo, const Common::String &str, uint32 data = 0);
void clearChoices();