From cf1233a0eab7cec757d2929cc7373f94ba4fa8a8 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Sat, 23 May 2015 08:02:54 +0200 Subject: cmState: Rename GetParent method. Leave the namespace open for other Parent types. --- Source/cmLocalGenerator.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/cmLocalGenerator.cxx') diff --git a/Source/cmLocalGenerator.cxx b/Source/cmLocalGenerator.cxx index eb6b871970..a16fc55414 100644 --- a/Source/cmLocalGenerator.cxx +++ b/Source/cmLocalGenerator.cxx @@ -73,7 +73,7 @@ cmLocalGenerator::~cmLocalGenerator() bool cmLocalGenerator::IsRootMakefile() const { - return !this->StateSnapshot.GetParent().IsValid(); + return !this->StateSnapshot.GetBuildsystemDirectoryParent().IsValid(); } //---------------------------------------------------------------------------- -- cgit v1.2.1