summaryrefslogtreecommitdiff
path: root/store/source/lockbyte.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'store/source/lockbyte.cxx')
-rw-r--r--store/source/lockbyte.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/store/source/lockbyte.cxx b/store/source/lockbyte.cxx
index 65ac5c3dc947..1251de2b0b6d 100644
--- a/store/source/lockbyte.cxx
+++ b/store/source/lockbyte.cxx
@@ -313,7 +313,7 @@ public:
protected:
/** Destruction.
*/
- virtual ~FileLockBytes();
+ virtual ~FileLockBytes() override;
};
} // namespace store
@@ -541,7 +541,7 @@ public:
protected:
/* Destruction.
*/
- virtual ~MappedLockBytes();
+ virtual ~MappedLockBytes() override;
};
} // namespace store
@@ -679,7 +679,7 @@ public:
protected:
/** Destruction.
*/
- virtual ~MemoryLockBytes();
+ virtual ~MemoryLockBytes() override;
};
} // namespace store