From 01eb8683733f39a6de984111f035bb8f71dcf8b8 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Tue, 12 Dec 2023 12:59:38 +1100 Subject: Support more datatypes in track tags --- src/database/include/index.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/database/include/index.hpp') diff --git a/src/database/include/index.hpp b/src/database/include/index.hpp index 15b21ee8..45dae464 100644 --- a/src/database/include/index.hpp +++ b/src/database/include/index.hpp @@ -62,7 +62,7 @@ struct IndexKey { }; auto Index(locale::ICollator&, const IndexInfo&, const Track&) - -> std::vector>; + -> std::vector>; auto ExpandHeader(const IndexKey::Header&, const std::optional&) -> IndexKey::Header; -- cgit v1.2.3