mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 19:04:56 +00:00
driver: Use nullptr instead of NULL where applicable
Same thing, but more typesafe, given all NULL is, is a literal 0.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#include <cstdio>
|
||||
|
||||
class ToolInit final : public ToolBase {
|
||||
const hecl::SystemString* m_dir = NULL;
|
||||
const hecl::SystemString* m_dir = nullptr;
|
||||
|
||||
public:
|
||||
explicit ToolInit(const ToolPassInfo& info) : ToolBase(info) {
|
||||
|
||||
Reference in New Issue
Block a user