aboutsummaryrefslogtreecommitdiff
path: root/include/modules/sql.h
diff options
context:
space:
mode:
authorGravatar Sadie Powell2020-11-01 02:22:41 +0000
committerGravatar Sadie Powell2020-11-01 02:22:41 +0000
commit579a17df389843b21828e99e10d1f6fde45f28e9 (patch)
treefbfe63e811c38f620784240d261684ad3f5f9106 /include/modules/sql.h
parentMerge branch 'insp3' into master. (diff)
Clean up a bunch of contructors and destructors.
Diffstat (limited to 'include/modules/sql.h')
-rw-r--r--include/modules/sql.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/modules/sql.h b/include/modules/sql.h
index 47da6f6bf..ae84e8171 100644
--- a/include/modules/sql.h
+++ b/include/modules/sql.h
@@ -211,9 +211,7 @@ class SQL::Query : public classbase
const ModuleRef creator;
/* Destroys this Query instance. */
- virtual ~Query()
- {
- }
+ virtual ~Query() = default;
/** Called when an SQL error happens.
* @param error The error that occurred.