Skip to content

Commit

Permalink
bugfix removed inline
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed Jul 3, 2024
1 parent 69ba98e commit 4de96a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mysql/include/orm/drivers/mysql/mysqldriver.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ namespace Orm::Drivers::MySql
/*! Get the low-level MySQL database handle (MYSQL *). */
QVariant handle() const noexcept final;
/*! Get the MySQL database driver name. */
inline QString driverName() const noexcept final;
QString driverName() const noexcept final;

/* Transactions */
/*! Start a new database transaction. */
Expand Down

0 comments on commit 4de96a7

Please sign in to comment.