mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 22:58:20 +00:00
Mark storage classes as final where appropriate
This commit is contained in:
parent
88786a28a2
commit
98bd85b805
5 changed files with 5 additions and 5 deletions
|
@ -10,7 +10,7 @@ struct sqlite3_stmt;
|
|||
|
||||
namespace zeek::storage::backend::sqlite {
|
||||
|
||||
class SQLite : public Backend {
|
||||
class SQLite final : public Backend {
|
||||
public:
|
||||
SQLite() : Backend(SupportedModes::SYNC, "SQLITE") {}
|
||||
~SQLite() override = default;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue