aboutsummaryrefslogtreecommitdiff
path: root/gui/widget.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/widget.h')
-rw-r--r--gui/widget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/widget.h b/gui/widget.h
index e1c77b959f..f6954fe569 100644
--- a/gui/widget.h
+++ b/gui/widget.h
@@ -134,7 +134,7 @@ protected:
/* StaticTextWidget */
class StaticTextWidget : public Widget {
protected:
- typedef ScummVM::String String;
+ typedef Common::String String;
String _label;
int _align;