File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
buildcc/lib/target/include/target Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -55,18 +55,18 @@ class TargetInfo : public internal::SourceApi<TargetInfo>,
55
55
56
56
private:
57
57
// Inputs
58
- friend class SourceApi <TargetInfo>;
59
- friend class IncludeApi <TargetInfo>;
60
- friend class LibApi <TargetInfo>;
61
- friend class PchApi <TargetInfo>;
62
- friend class FlagApi <TargetInfo>;
63
- friend class DepsApi <TargetInfo>;
58
+ friend class internal :: SourceApi<TargetInfo>;
59
+ friend class internal :: IncludeApi<TargetInfo>;
60
+ friend class internal :: LibApi<TargetInfo>;
61
+ friend class internal :: PchApi<TargetInfo>;
62
+ friend class internal :: FlagApi<TargetInfo>;
63
+ friend class internal :: DepsApi<TargetInfo>;
64
64
65
65
// Feature
66
- friend class SyncApi <TargetInfo>;
66
+ friend class internal :: SyncApi<TargetInfo>;
67
67
68
68
// Getters
69
- friend class TargetInfoGetter <TargetInfo>;
69
+ friend class internal :: TargetInfoGetter<TargetInfo>;
70
70
71
71
protected:
72
72
TargetEnv env_;
You can’t perform that action at this time.
0 commit comments