mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-13 08:06:10 +00:00
Database: Use nullptr instead of NULL where applicable
This commit is contained in:
@@ -261,7 +261,7 @@ public:
|
|||||||
class ConfigFile {
|
class ConfigFile {
|
||||||
SystemString m_filepath;
|
SystemString m_filepath;
|
||||||
std::vector<std::string> m_lines;
|
std::vector<std::string> m_lines;
|
||||||
FILE* m_lockedFile = NULL;
|
FILE* m_lockedFile = nullptr;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
ConfigFile(const Project& project, SystemStringView name, SystemStringView subdir = _SYS_STR("/.hecl/"));
|
ConfigFile(const Project& project, SystemStringView name, SystemStringView subdir = _SYS_STR("/.hecl/"));
|
||||||
|
|||||||
Reference in New Issue
Block a user