Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/streams/LayeredStream.h')
-rw-r--r--src/streams/LayeredStream.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/streams/LayeredStream.h b/src/streams/LayeredStream.h
index 86e9d1a6b..0c008ae93 100644
--- a/src/streams/LayeredStream.h
+++ b/src/streams/LayeredStream.h
@@ -26,6 +26,7 @@ class LayeredStream : public QIODevice
public:
explicit LayeredStream(QIODevice* baseDevice);
+ virtual ~LayeredStream();
bool isSequential() const;
virtual QString errorString() const;