diff options
Diffstat (limited to 'Source/cmNinjaTargetGenerator.h')
-rw-r--r-- | Source/cmNinjaTargetGenerator.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmNinjaTargetGenerator.h b/Source/cmNinjaTargetGenerator.h index 0a3329f..a2ca4bd 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; |