summaryrefslogtreecommitdiffstats
path: root/Source/cmNinjaTargetGenerator.h
diff options
context:
space:
mode:
authorPeter Kümmel <syntheticpp@gmx.net>2012-07-18 11:39:14 (GMT)
committerPeter Kümmel <syntheticpp@gmx.net>2012-07-18 11:39:14 (GMT)
commit56aeac6e6424f54455850f54f6b71ae89f065fd3 (patch)
tree80cb3152031cdee0eba0df95b035a76e1f4dbd88 /Source/cmNinjaTargetGenerator.h
parent7a6bc9e987b1f98529b5a43846eaa9fc7921f9da (diff)
downloadCMake-56aeac6e6424f54455850f54f6b71ae89f065fd3.zip
CMake-56aeac6e6424f54455850f54f6b71ae89f065fd3.tar.gz
CMake-56aeac6e6424f54455850f54f6b71ae89f065fd3.tar.bz2
Ninja: fixes for bcc
Diffstat (limited to 'Source/cmNinjaTargetGenerator.h')
-rw-r--r--Source/cmNinjaTargetGenerator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmNinjaTargetGenerator.h b/Source/cmNinjaTargetGenerator.h
index fb45837..84573ce 100644
--- a/Source/cmNinjaTargetGenerator.h
+++ b/Source/cmNinjaTargetGenerator.h
@@ -127,7 +127,7 @@ protected:
private:
cmNinjaTargetGenerator* Generator;
};
-
+ friend struct MacOSXContentGeneratorType;
protected:
MacOSXContentGeneratorType* MacOSXContentGenerator;