summaryrefslogtreecommitdiff
path: root/binaryurp/source/reader.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'binaryurp/source/reader.hxx')
-rw-r--r--binaryurp/source/reader.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/binaryurp/source/reader.hxx b/binaryurp/source/reader.hxx
index 436e06d81ef4..8dd4822a6cad 100644
--- a/binaryurp/source/reader.hxx
+++ b/binaryurp/source/reader.hxx
@@ -45,7 +45,7 @@ public:
private:
virtual ~Reader();
- virtual void execute() SAL_OVERRIDE;
+ virtual void execute() override;
void readMessage(Unmarshal & unmarshal);