aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/bada/application.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/bada/application.cpp')
-rw-r--r--backends/platform/bada/application.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/backends/platform/bada/application.cpp b/backends/platform/bada/application.cpp
index 7e13006fd1..a287fa6352 100644
--- a/backends/platform/bada/application.cpp
+++ b/backends/platform/bada/application.cpp
@@ -51,13 +51,13 @@ bool BadaScummVM::OnAppInitializing(AppRegistry &appRegistry) {
return (_appForm != NULL);
}
-bool BadaScummVM::OnAppTerminating(AppRegistry &appRegistry,
+bool BadaScummVM::OnAppTerminating(AppRegistry &appRegistry,
bool forcedTermination) {
logEntered();
return true;
}
-void BadaScummVM::OnUserEventReceivedN(RequestId requestId,
+void BadaScummVM::OnUserEventReceivedN(RequestId requestId,
Osp::Base::Collection::IList *args) {
logEntered();
@@ -73,7 +73,7 @@ void BadaScummVM::OnUserEventReceivedN(RequestId requestId,
if (!message) {
message = new String("Unknown error");
}
-
+
MessageBox messageBox;
messageBox.Construct(L"Oops...", *message, MSGBOX_STYLE_OK);
int modalResult;