summaryrefslogtreecommitdiff
path: root/src/equipment.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/equipment.h')
-rw-r--r--src/equipment.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/equipment.h b/src/equipment.h
index f76c0bc6..d8f12551 100644
--- a/src/equipment.h
+++ b/src/equipment.h
@@ -32,12 +32,12 @@ class Equipment
/**
* Constructor.
*/
- Equipment(): mBackend(NULL) {}
+ Equipment(): mBackend(0) {}
/**
* Destructor.
*/
- ~Equipment() { mBackend = NULL; }
+ ~Equipment() { mBackend = 0; }
enum Slot
{