aboutsummaryrefslogtreecommitdiff
path: root/engines/macventure/controls.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/macventure/controls.cpp')
-rw-r--r--engines/macventure/controls.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/macventure/controls.cpp b/engines/macventure/controls.cpp
index 26807a3308..898ddac8e8 100644
--- a/engines/macventure/controls.cpp
+++ b/engines/macventure/controls.cpp
@@ -24,7 +24,7 @@
namespace MacVenture {
CommandButton::CommandButton() {
- _gui = nullptr;
+ _gui = NULL;
}
CommandButton::CommandButton(ControlData data, Gui *g) {