Fix no virtual destructor issue in EmergencyBackup 39/233439/5
authorZofia Abramowska <z.abramowska@samsung.com>
Mon, 11 May 2020 16:10:47 +0000 (18:10 +0200)
committerZofia Abramowska <z.abramowska@samsung.com>
Thu, 25 Jun 2020 17:11:14 +0000 (19:11 +0200)
Change-Id: Ic9453ec1af892c57029f8cbfa48848e84bf00e09

src/storage/EmergencyBackup.h

index 080a58b94078591489eda2585bc2ca90663c470c..4f0725141976a11bec4ef3ddabe3d0223dc00a76 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2019 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2019-2020 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
@@ -35,6 +35,7 @@ public:
         : m_dbPath(dbPath),
           m_backupPath(backupPath)
     {}
+    virtual ~EmergencyBackup() {}
 
     virtual void backupDb();
     virtual void markFailedBackup(void);