Style: Replaces uses of 0/NULL by nullptr (C++11)
Using clang-tidy's `modernize-use-nullptr`. https://clang.llvm.org/extra/clang-tidy/checks/modernize-use-nullptr.html
This commit is contained in:
@ -161,7 +161,7 @@ public:
|
||||
static void reload_externals();
|
||||
static bool has(const String &p_path);
|
||||
static Resource *get(const String &p_path);
|
||||
static void dump(const char *p_file = NULL, bool p_short = false);
|
||||
static void dump(const char *p_file = nullptr, bool p_short = false);
|
||||
static void get_cached_resources(List<Ref<Resource>> *p_resources);
|
||||
static int get_cached_resource_count();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user