diff options
Diffstat (limited to 'gui/widget.h')
-rw-r--r-- | gui/widget.h | 2 |
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; |