aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/tests/mocks/mocksqlitestatement.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/tests/mocks/mocksqlitestatement.h')
-rw-r--r--tests/unit/tests/mocks/mocksqlitestatement.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/unit/tests/mocks/mocksqlitestatement.h b/tests/unit/tests/mocks/mocksqlitestatement.h
index f34b13f6d0..1e55d4c74f 100644
--- a/tests/unit/tests/mocks/mocksqlitestatement.h
+++ b/tests/unit/tests/mocks/mocksqlitestatement.h
@@ -50,6 +50,8 @@ public:
SqliteDatabaseMock &database() { return *m_databaseMock; }
+ MOCK_METHOD(std::uintptr_t, handle, (), (const));
+
private:
SqliteDatabaseMock *m_databaseMock = nullptr;
};