Ver Fonte

cmLinkLineComputer: make noncopyable

Daniel Pfeifer há 8 anos atrás
pai
commit
99d50d2b25
1 ficheiros alterados com 3 adições e 0 exclusões
  1. 3 0
      Source/cmLinkLineComputer.h

+ 3 - 0
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);