summaryrefslogtreecommitdiff
path: root/NxWidgets/nxwm/include/iapplication.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'NxWidgets/nxwm/include/iapplication.hxx')
-rw-r--r--NxWidgets/nxwm/include/iapplication.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/NxWidgets/nxwm/include/iapplication.hxx b/NxWidgets/nxwm/include/iapplication.hxx
index 885b85710..be9a96fe5 100644
--- a/NxWidgets/nxwm/include/iapplication.hxx
+++ b/NxWidgets/nxwm/include/iapplication.hxx
@@ -99,10 +99,12 @@ namespace NxWM
virtual NXWidgets::CNxString getName(void) = 0;
/**
- * Start the application (pehaps in the minimized state).
+ * Start the application (perhaps in the minimized state).
+ *
+ * @return True if the application was successfully started.
*/
- virtual void run(void) = 0;
+ virtual bool run(void) = 0;
/**
* Stop the application.