Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8a58fb8

Browse files
committed
Update target.h
1 parent 638bcfe commit 8a58fb8

File tree

1 file changed

+1
-1
lines changed
  • buildcc/lib/target/include/target

1 file changed

+1
-1
lines changed

buildcc/lib/target/include/target/target.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ class Target : public internal::BuilderInterface,
9393
friend class internal::CompileObject;
9494
friend class internal::LinkTarget;
9595

96-
friend class TargetGetter<Target>;
96+
friend class internal::TargetGetter<Target>;
9797

9898
private:
9999
void Initialize();

0 commit comments

Comments
 (0)