aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/ui/ui_button.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wintermute/ui/ui_button.h')
-rw-r--r--engines/wintermute/ui/ui_button.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wintermute/ui/ui_button.h b/engines/wintermute/ui/ui_button.h
index 93333a2534..fea264976f 100644
--- a/engines/wintermute/ui/ui_button.h
+++ b/engines/wintermute/ui/ui_button.h
@@ -62,7 +62,7 @@ public:
UITiledImage *_backHover;
UITiledImage *_backDisable;
UITiledImage *_backFocus;
- UIButton(BaseGame *inGame = NULL);
+ UIButton(BaseGame *inGame = nullptr);
virtual ~UIButton();
bool loadFile(const char *filename);
bool loadBuffer(byte *buffer, bool complete = true);