Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wonder-sk committed Sep 9, 2021
1 parent 1a8ff84 commit f2f58da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/mssql/qgsmssqldatabase.h
Expand Up @@ -88,7 +88,7 @@ class QgsMssqlDatabase
#if QT_VERSION < QT_VERSION_CHECK(5, 14, 0)
std::unique_ptr<QMutex> mTransactionMutex;
#else
std::unique_ptr<QResursiveMutex> mTransactionMutex;
std::unique_ptr<QRecursiveMutex> mTransactionMutex;
#endif

friend class QgsMssqlQuery;
Expand Down

0 comments on commit f2f58da

Please sign in to comment.