summaryrefslogtreecommitdiff
path: root/binaryurp/source/writer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'binaryurp/source/writer.hxx')
-rw-r--r--binaryurp/source/writer.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/binaryurp/source/writer.hxx b/binaryurp/source/writer.hxx
index bd08181d8860..d5f7e3d3a36a 100644
--- a/binaryurp/source/writer.hxx
+++ b/binaryurp/source/writer.hxx
@@ -81,7 +81,7 @@ public:
void stop();
private:
- virtual ~Writer();
+ virtual ~Writer() override;
virtual void execute() override;