aboutsummaryrefslogtreecommitdiff
path: root/engines/macventure/controls.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/macventure/controls.h')
-rw-r--r--engines/macventure/controls.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/macventure/controls.h b/engines/macventure/controls.h
index a780f6328b..574ae6afbe 100644
--- a/engines/macventure/controls.h
+++ b/engines/macventure/controls.h
@@ -69,7 +69,7 @@ struct ControlData {
ControlAction refcon;
ControlType type;
uint8 titleLength;
- char* title;
+ Common::String title;
uint16 border;
};