summaryrefslogtreecommitdiff
path: root/src/base_consist.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/base_consist.h')
-rw-r--r--src/base_consist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base_consist.h b/src/base_consist.h
index 3679afd35..8e1bc93e7 100644
--- a/src/base_consist.h
+++ b/src/base_consist.h
@@ -31,7 +31,7 @@ struct BaseConsist {
uint16 vehicle_flags; ///< Used for gradual loading and other miscellaneous things (@see VehicleFlags enum)
- BaseConsist() : name(NULL) {}
+ BaseConsist() : name(nullptr) {}
virtual ~BaseConsist();
void CopyConsistPropertiesFrom(const BaseConsist *src);