Skip to content

Commit a45bbbc

Browse files
committed
Update toolchain.h
1 parent 1215e56 commit a45bbbc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

buildcc/lib/toolchain/include/toolchain/toolchain.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ class Toolchain : public ToolchainVerify<Toolchain> {
5858
const std::string &GetArchiver() const { return archiver_; }
5959
const std::string &GetLinker() const { return linker_; }
6060

61+
private:
62+
friend class ToolchainVerify<Toolchain>;
63+
6164
private:
6265
Id id_;
6366
std::string name_;

0 commit comments

Comments
 (0)