summaryrefslogtreecommitdiff
path: root/Source/cmNinjaTargetGenerator.h
diff options
context:
space:
mode:
authorPeter Kümmel <syntheticpp@gmx.net>2012-07-18 11:27:49 +0200
committerPeter Kümmel <syntheticpp@gmx.net>2012-07-18 11:27:49 +0200
commit7751966297e3b68b6c9904300f96bb57882af11a (patch)
tree54d87eba73fb853c5d66f5d68e2b36a5cea7d35d /Source/cmNinjaTargetGenerator.h
parentc3988ee871c99e31ad4d10e9033d89da902d5694 (diff)
downloadcmake-7751966297e3b68b6c9904300f96bb57882af11a.tar.gz
Ninja: remove 'friend' in ninja code
Diffstat (limited to 'Source/cmNinjaTargetGenerator.h')
-rw-r--r--Source/cmNinjaTargetGenerator.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmNinjaTargetGenerator.h b/Source/cmNinjaTargetGenerator.h
index 0a3329f8d5..a2ca4bd8ca 100644
--- a/Source/cmNinjaTargetGenerator.h
+++ b/Source/cmNinjaTargetGenerator.h
@@ -126,7 +126,7 @@ protected:
private:
cmNinjaTargetGenerator* Generator;
};
- friend class MacOSXContentGeneratorType;
+
protected:
MacOSXContentGeneratorType MacOSXContentGenerator;
@@ -134,6 +134,7 @@ protected:
cmOSXBundleGenerator* OSXBundleGenerator;
std::set<cmStdString> MacContentFolders;
+
private:
cmTarget* Target;
cmGeneratorTarget* GeneratorTarget;