summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/Base')
-rw-r--r--Swiften/Base/Error.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Swiften/Base/Error.h b/Swiften/Base/Error.h
index d470b89..af4f27e 100644
--- a/Swiften/Base/Error.h
+++ b/Swiften/Base/Error.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2014 Isode Limited.
+ * Copyright (c) 2010-2016 Isode Limited.
* All rights reserved.
* See the COPYING file for more information.
*/
@@ -13,6 +13,7 @@ namespace Swift {
public:
Error() {}
SWIFTEN_DEFAULT_COPY_CONSTRUCTOR(Error)
+ SWIFTEN_DEFAULT_COPY_ASSIGMNENT_OPERATOR(Error)
virtual ~Error();
};
}