diff options
-rw-r--r-- | bpkg/package-skeleton.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/package-skeleton.hxx b/bpkg/package-skeleton.hxx index b26c7b9..1a56bfb 100644 --- a/bpkg/package-skeleton.hxx +++ b/bpkg/package-skeleton.hxx @@ -109,7 +109,7 @@ namespace bpkg package_skeleton& operator= (package_skeleton&&); package_skeleton (const package_skeleton&); - package_skeleton& operator= (package_skeleton&) = delete; + package_skeleton& operator= (const package_skeleton&) = delete; private: // Create the skeleton if necessary and (re)load the build system state. |