summaryrefslogtreecommitdiff
path: root/src/news_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/news_type.h')
-rw-r--r--src/news_type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/news_type.h b/src/news_type.h
index cad15ecbe..e91b4be3a 100644
--- a/src/news_type.h
+++ b/src/news_type.h
@@ -155,7 +155,7 @@ struct CompanyNewsInformation {
uint32 face; ///< The face of the president
byte colour; ///< The colour related to the company
- void FillData(const struct Company *c, const struct Company *other = NULL);
+ void FillData(const struct Company *c, const struct Company *other = nullptr);
};
#endif /* NEWS_TYPE_H */