aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/ui/ui_text.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wintermute/ui/ui_text.h')
-rw-r--r--engines/wintermute/ui/ui_text.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wintermute/ui/ui_text.h b/engines/wintermute/ui/ui_text.h
index da4d113500..11dcdb166d 100644
--- a/engines/wintermute/ui/ui_text.h
+++ b/engines/wintermute/ui/ui_text.h
@@ -40,7 +40,7 @@ private:
public:
virtual bool display(int offsetX, int offsetY);
DECLARE_PERSISTENT(UIText, UIObject)
- UIText(BaseGame *inGame = NULL);
+ UIText(BaseGame *inGame = nullptr);
virtual ~UIText();
TTextAlign _textAlign;
TVerticalAlign _verticalAlign;