mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-07-02 05:33:27 +00:00
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…
x
Reference in New Issue
Block a user