mirror of https://github.com/AxioDL/metaforce.git
Database: Use nullptr instead of NULL where applicable
This commit is contained in:
parent
66125c2b3b
commit
263c0697bc
|
@ -261,7 +261,7 @@ public:
|
|||
class ConfigFile {
|
||||
SystemString m_filepath;
|
||||
std::vector<std::string> m_lines;
|
||||
FILE* m_lockedFile = NULL;
|
||||
FILE* m_lockedFile = nullptr;
|
||||
|
||||
public:
|
||||
ConfigFile(const Project& project, SystemStringView name, SystemStringView subdir = _SYS_STR("/.hecl/"));
|
||||
|
|
Loading…
Reference in New Issue