CREATE_PROJECT: Rename XCodeProvider -> XcodeProvider
This commit is contained in:
parent
d749152cb6
commit
bf06576498
3 changed files with 36 additions and 36 deletions
|
@ -576,7 +576,7 @@ int main(int argc, char *argv[]) {
|
|||
globalWarnings.push_back("-fno-exceptions");
|
||||
globalWarnings.push_back("-fcheck-new");
|
||||
|
||||
provider = new CreateProjectTool::XCodeProvider(globalWarnings, projectWarnings);
|
||||
provider = new CreateProjectTool::XcodeProvider(globalWarnings, projectWarnings);
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue