summaryrefslogtreecommitdiff
path: root/lang/cpp/src/swdbresult.h
diff options
context:
space:
mode:
Diffstat (limited to 'lang/cpp/src/swdbresult.h')
-rw-r--r--lang/cpp/src/swdbresult.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/cpp/src/swdbresult.h b/lang/cpp/src/swdbresult.h
index d13b57c8..d4340fe1 100644
--- a/lang/cpp/src/swdbresult.h
+++ b/lang/cpp/src/swdbresult.h
@@ -62,6 +62,7 @@ public:
const char *iversion = NULL,
Error *err = NULL);
+ SwdbResult(const SwdbResult &other) = default;
const SwdbResult &operator=(SwdbResult other)
{
swap(other);