fs_istorage: Default IStorage destructor in cpp

Prevents a -Wweak-vtables warning.
This commit is contained in:
Léo Lam
2018-07-02 18:15:30 +02:00
committed by SciresM
parent e088a2f414
commit 49ba91a8f3
2 changed files with 2 additions and 3 deletions

View File

@@ -16,9 +16,7 @@ enum class FsIStorageCmd {
class IStorage {
public:
virtual ~IStorage() {
}
virtual ~IStorage();
virtual IStorage *Clone() = 0;