aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner/ui/ui_component.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/bladerunner/ui/ui_component.h')
-rw-r--r--engines/bladerunner/ui/ui_component.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/bladerunner/ui/ui_component.h b/engines/bladerunner/ui/ui_component.h
index 9c290d9dcb..c3a8c21b21 100644
--- a/engines/bladerunner/ui/ui_component.h
+++ b/engines/bladerunner/ui/ui_component.h
@@ -37,8 +37,7 @@ class BladeRunnerEngine;
typedef void UIComponentCallback(void *callbackData, void *source);
-class UIComponent
-{
+class UIComponent {
protected:
BladeRunnerEngine *_vm;