diff options
-rw-r--r-- | devtools/create_project/xcode.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devtools/create_project/xcode.cpp b/devtools/create_project/xcode.cpp index 49c47c54ca..babd530ad7 100644 --- a/devtools/create_project/xcode.cpp +++ b/devtools/create_project/xcode.cpp @@ -157,7 +157,7 @@ XcodeProvider::Group *XcodeProvider::Group::getChildGroup(const std::string &nam } XcodeProvider::Group *XcodeProvider::touchGroupsForPath(const std::string &path) { - if (_rootSourceGroup == nullptr) { + if (_rootSourceGroup == NULL) { assert (path == _projectRoot); _rootSourceGroup = new Group(this, "Sources", path, path); _groups.add(_rootSourceGroup); |