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>,
5555
5656private:
5757 // 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>;
6464
6565 // Feature
66- friend class SyncApi <TargetInfo>;
66+ friend class internal :: SyncApi<TargetInfo>;
6767
6868 // Getters
69- friend class TargetInfoGetter <TargetInfo>;
69+ friend class internal :: TargetInfoGetter<TargetInfo>;
7070
7171protected:
7272 TargetEnv env_;
You can’t perform that action at this time.
0 commit comments