aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/unittest/mocksqlitereadstatement.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/unittest/mocksqlitereadstatement.cpp')
-rw-r--r--tests/unit/unittest/mocksqlitereadstatement.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/unit/unittest/mocksqlitereadstatement.cpp b/tests/unit/unittest/mocksqlitereadstatement.cpp
index 1a27eea50f..1f5bc53759 100644
--- a/tests/unit/unittest/mocksqlitereadstatement.cpp
+++ b/tests/unit/unittest/mocksqlitereadstatement.cpp
@@ -107,6 +107,12 @@ FilePathIds MockSqliteReadStatement::values<ClangBackEnd::FilePathId>(std::size_
return valuesReturnFilePathIds(reserveSize, projectPartId);
}
+template<>
+ClangBackEnd::FilePaths MockSqliteReadStatement::values<ClangBackEnd::FilePath>(std::size_t reserveSize)
+{
+ return valuesReturnFilePaths(reserveSize);
+}
+
template <>
std::vector<Sources::Directory> MockSqliteReadStatement::values<Sources::Directory, 2>(std::size_t reserveSize)
{