summaryrefslogtreecommitdiffstats
path: root/include/instance.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/instance.hpp')
-rw-r--r--include/instance.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/instance.hpp b/include/instance.hpp
index de21c19..214be77 100644
--- a/include/instance.hpp
+++ b/include/instance.hpp
@@ -64,7 +64,7 @@ public:
*
* @since 0.5.2
*/
- Instance(const Instance &other) = default;
+ Instance(const Instance &other);
//! Move constructor
Instance(Instance &&other) noexcept = delete;