aboutsummaryrefslogtreecommitdiff
path: root/devtools/create_project/xcode.h
diff options
context:
space:
mode:
authorVincent Bénony2015-12-02 14:02:13 +0100
committerVincent Bénony2016-01-06 15:35:35 +0100
commitef2903c50972fedc45aba5749a6ce238d0d723a3 (patch)
treecd58cf80bc613bf87a9d84bbfa3711a6472a26be /devtools/create_project/xcode.h
parenta9a61cdba59695f0b23524eef201f46f423d6b30 (diff)
downloadscummvm-rg350-ef2903c50972fedc45aba5749a6ce238d0d723a3.tar.gz
scummvm-rg350-ef2903c50972fedc45aba5749a6ce238d0d723a3.tar.bz2
scummvm-rg350-ef2903c50972fedc45aba5749a6ce238d0d723a3.zip
IOS : Rename a function
Diffstat (limited to 'devtools/create_project/xcode.h')
-rw-r--r--devtools/create_project/xcode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/devtools/create_project/xcode.h b/devtools/create_project/xcode.h
index a4aedb0fac..08cc8c2618 100644
--- a/devtools/create_project/xcode.h
+++ b/devtools/create_project/xcode.h
@@ -330,7 +330,7 @@ private:
void setupSourcesBuildPhase();
void setupBuildConfiguration(const BuildSetup &setup);
void setupImageAssetCatalog(const BuildSetup &setup);
- void addAdditionalSources(std::string targetName, Property &files, int &order);
+ void setupAdditionalSources(std::string targetName, Property &files, int &order);
// Misc
void setupDefines(const BuildSetup &setup); // Setup the list of defines to be used on build configurations