Index: src/libchcore/TPathContainer.h =================================================================== diff -u -N -rd9527df01ee91b35d9a5fdccb80ded25a9c8265f -rb26ced3298e3e7e51d91f3ac70b56746786da83b --- src/libchcore/TPathContainer.h (.../TPathContainer.h) (revision d9527df01ee91b35d9a5fdccb80ded25a9c8265f) +++ src/libchcore/TPathContainer.h (.../TPathContainer.h) (revision b26ced3298e3e7e51d91f3ac70b56746786da83b) @@ -28,11 +28,8 @@ { public: TPathContainer(); - TPathContainer(const TPathContainer& rSrcContainer); ~TPathContainer(); - TPathContainer& operator=(const TPathContainer& rSrcContainer); - void Add(const TSmartPath& spPath); void Append(const TPathContainer& vPaths);