diff options
| -rw-r--r-- | Swiften/Elements/Element.h | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/Swiften/Elements/Element.h b/Swiften/Elements/Element.h index d07dae2..6bcf93e 100644 --- a/Swiften/Elements/Element.h +++ b/Swiften/Elements/Element.h @@ -11,6 +11,10 @@  namespace Swift {  	class SWIFTEN_API Element {  		public: +			Element() {} +			SWIFTEN_DEFAULT_COPY_CONSTRUCTOR(Element)  			virtual ~Element(); + +			SWIFTEN_DEFAULT_COPY_ASSIGMNENT_OPERATOR(Element)  	};  } | 
 Swift
 Swift