Skip to content

Commit

Permalink
Set destructor as virtual
Browse files Browse the repository at this point in the history
  • Loading branch information
pblottiere committed Jul 31, 2017
1 parent 46752c5 commit 676dc8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsarchive.h
Expand Up @@ -50,7 +50,7 @@ class CORE_EXPORT QgsArchive
/**
* Destructor
*/
~QgsArchive() = default;
virtual ~QgsArchive() = default;

/**
* Zip the content of this archive
Expand Down

0 comments on commit 676dc8c

Please sign in to comment.