From 99d50d2b25d20ffe34bb081fb386b39612d938d7 Mon Sep 17 00:00:00 2001 From: Daniel Pfeifer Date: Sat, 22 Apr 2017 00:45:45 +0200 Subject: cmLinkLineComputer: make noncopyable --- Source/cmLinkLineComputer.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Source/cmLinkLineComputer.h b/Source/cmLinkLineComputer.h index bf65347..d8dacf3 100644 --- a/Source/cmLinkLineComputer.h +++ b/Source/cmLinkLineComputer.h @@ -41,6 +41,9 @@ public: std::string const& config); protected: + cmLinkLineComputer(cmLinkLineComputer const&); + cmLinkLineComputer& operator=(cmLinkLineComputer const&); + std::string ComputeLinkLibs(cmComputeLinkInformation& cli); std::string ComputeRPath(cmComputeLinkInformation& cli); -- cgit v0.12