aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/unittest/mocksqlitereadstatement.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/unittest/mocksqlitereadstatement.h')
-rw-r--r--tests/unit/unittest/mocksqlitereadstatement.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/unit/unittest/mocksqlitereadstatement.h b/tests/unit/unittest/mocksqlitereadstatement.h
index 43c88eb0441..5c6fbdef772 100644
--- a/tests/unit/unittest/mocksqlitereadstatement.h
+++ b/tests/unit/unittest/mocksqlitereadstatement.h
@@ -255,9 +255,10 @@ template <>
Utils::optional<SourceLocation>
MockSqliteReadStatement::value<SourceLocation, 3>(const long long &symbolId, const int &locationKind);
-template <>
-SourceEntries
-MockSqliteReadStatement::values<SourceEntry, 3>(std::size_t reserveSize, const int&, const int&);
+template<>
+SourceEntries MockSqliteReadStatement::values<SourceEntry, 4>(std::size_t reserveSize,
+ const int &,
+ const int &);
template <>
Utils::optional<Sources::SourceNameAndDirectoryId>