summaryrefslogtreecommitdiff
path: root/src/script/api/script_list.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/script/api/script_list.hpp')
-rw-r--r--src/script/api/script_list.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/script/api/script_list.hpp b/src/script/api/script_list.hpp
index 1fbafe3d9..b32ebc463 100644
--- a/src/script/api/script_list.hpp
+++ b/src/script/api/script_list.hpp
@@ -198,7 +198,7 @@ public:
/**
* Remove everything that is in the given list from this list (same item index that is).
* @param list the list of items to remove.
- * @pre list != NULL
+ * @pre list != nullptr
*/
void RemoveList(ScriptList *list);
@@ -242,7 +242,7 @@ public:
/**
* Keeps everything that is in the given list from this list (same item index that is).
* @param list the list of items to keep.
- * @pre list != NULL
+ * @pre list != nullptr
*/
void KeepList(ScriptList *list);