Fix static analysis issues
[platform/core/base/bundle.git] / src / bundle-internal.h
index 1b46a73..19813dd 100644 (file)
@@ -49,10 +49,10 @@ class Bundle {
     ByteArray = BUNDLE_TYPE_BYTE_ARRAY,
   };
 
-  Bundle();
+  Bundle() = default;
   Bundle(unsigned char* raw, int size, bool base64 = true);
   Bundle(int argc, char** argv);
-  virtual ~Bundle();
+  virtual ~Bundle() = default;
 
   Bundle(const Bundle& b);
   Bundle& operator = (const Bundle& b);