summaryrefslogtreecommitdiff
path: root/tools/bcp/output_licence_info.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/bcp/output_licence_info.cpp')
-rw-r--r--tools/bcp/output_licence_info.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/bcp/output_licence_info.cpp b/tools/bcp/output_licence_info.cpp
index 2349acc83f..d42268fdbf 100644
--- a/tools/bcp/output_licence_info.cpp
+++ b/tools/bcp/output_licence_info.cpp
@@ -28,6 +28,8 @@ struct split_path
const fs::path& file;
split_path(const fs::path& r, const fs::path& f)
: root(r), file(f){}
+private:
+ split_path& operator=(const split_path&);
};
std::ostream& operator << (std::ostream& os, const split_path& p)