summaryrefslogtreecommitdiffstats
path: root/Source/cmXCodeObject.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-01-06 20:29:24 (GMT)
committerBrad King <brad.king@kitware.com>2021-01-06 21:21:53 (GMT)
commitd250b67722abcfe1bcd22511943f3e032ef1ef3d (patch)
treeb23b82a7dc28a2197cf765a92c8985486140a8c4 /Source/cmXCodeObject.h
parent95e3ff2e88aa8dd984915e6e0373eed2bb96f17f (diff)
downloadCMake-d250b67722abcfe1bcd22511943f3e032ef1ef3d.zip
CMake-d250b67722abcfe1bcd22511943f3e032ef1ef3d.tar.gz
CMake-d250b67722abcfe1bcd22511943f3e032ef1ef3d.tar.bz2
cmGlobalXCodeGenerator: Adopt pbxproj object id generation
Diffstat (limited to 'Source/cmXCodeObject.h')
-rw-r--r--Source/cmXCodeObject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmXCodeObject.h b/Source/cmXCodeObject.h
index 78d4727..ac5be3f 100644
--- a/Source/cmXCodeObject.h
+++ b/Source/cmXCodeObject.h
@@ -57,7 +57,7 @@ public:
};
static const char* PBXTypeNames[];
virtual ~cmXCodeObject();
- cmXCodeObject(PBXType ptype, Type type);
+ cmXCodeObject(PBXType ptype, Type type, std::string id);
Type GetType() const { return this->TypeValue; }
PBXType GetIsA() const { return this->IsA; }