diff options
Diffstat (limited to 'src/common/Database/DatabaseWorkerPool.h')
-rw-r--r-- | src/common/Database/DatabaseWorkerPool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/Database/DatabaseWorkerPool.h b/src/common/Database/DatabaseWorkerPool.h index 30a05bf671..322644bf7a 100644 --- a/src/common/Database/DatabaseWorkerPool.h +++ b/src/common/Database/DatabaseWorkerPool.h @@ -38,7 +38,7 @@ public: /* Activity state */ DatabaseWorkerPool(); - ~DatabaseWorkerPool() { } + ~DatabaseWorkerPool() = default; bool Open(const std::string& infoString, uint8 async_threads, uint8 synch_threads); |