summaryrefslogtreecommitdiff
path: root/Source/cmXCode21Object.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-01-06 15:29:24 -0500
committerBrad King <brad.king@kitware.com>2021-01-06 16:21:53 -0500
commitd250b67722abcfe1bcd22511943f3e032ef1ef3d (patch)
treeb23b82a7dc28a2197cf765a92c8985486140a8c4 /Source/cmXCode21Object.h
parent95e3ff2e88aa8dd984915e6e0373eed2bb96f17f (diff)
downloadcmake-d250b67722abcfe1bcd22511943f3e032ef1ef3d.tar.gz
cmGlobalXCodeGenerator: Adopt pbxproj object id generation
Diffstat (limited to 'Source/cmXCode21Object.h')
-rw-r--r--Source/cmXCode21Object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmXCode21Object.h b/Source/cmXCode21Object.h
index eb017447b4..f3fc43898d 100644
--- a/Source/cmXCode21Object.h
+++ b/Source/cmXCode21Object.h
@@ -13,7 +13,7 @@
class cmXCode21Object : public cmXCodeObject
{
public:
- cmXCode21Object(PBXType ptype, Type type);
+ cmXCode21Object(PBXType ptype, Type type, std::string id);
void PrintComment(std::ostream&) override;
static void PrintList(std::vector<std::unique_ptr<cmXCodeObject>> const&,
std::ostream& out, PBXType t);