diff options
Diffstat (limited to 'src/messages/MExportDirPrep.h')
-rw-r--r-- | src/messages/MExportDirPrep.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/messages/MExportDirPrep.h b/src/messages/MExportDirPrep.h index c4f3ff3a4c0..4a456d517bc 100644 --- a/src/messages/MExportDirPrep.h +++ b/src/messages/MExportDirPrep.h @@ -19,7 +19,7 @@ #include "include/types.h" #include "messages/MMDSOp.h" -class MExportDirPrep : public MMDSOp { +class MExportDirPrep final : public MMDSOp { private: static constexpr int HEAD_VERSION = 1; static constexpr int COMPAT_VERSION = 1; |