use nullptr

This commit is contained in:
2024-07-27 15:57:15 -05:00
committed by Celtic Minstrel
parent 756cf658d6
commit 6d2e8a807b

View File

@@ -82,7 +82,7 @@ void record_action(std::string action_type, std::map<std::string,std::string> in
}
bool has_next_action() {
return next_action != NULL;
return next_action != nullptr;
}
std::string next_action_type() {