summaryrefslogtreecommitdiff
path: root/src/common/Database/MySQLConnection.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/Database/MySQLConnection.h')
-rw-r--r--src/common/Database/MySQLConnection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/Database/MySQLConnection.h b/src/common/Database/MySQLConnection.h
index 164b29fcca..aabc714516 100644
--- a/src/common/Database/MySQLConnection.h
+++ b/src/common/Database/MySQLConnection.h
@@ -27,7 +27,7 @@ enum ConnectionFlags
struct MySQLConnectionInfo
{
- MySQLConnectionInfo() { }
+ MySQLConnectionInfo() = default;
MySQLConnectionInfo(const std::string& infoString)
{
Tokenizer tokens(infoString, ';');