diff options
Diffstat (limited to 'src/database/include')
| -rw-r--r-- | src/database/include/database.hpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/database/include/database.hpp b/src/database/include/database.hpp index f7e44299..dd6bd7cc 100644 --- a/src/database/include/database.hpp +++ b/src/database/include/database.hpp @@ -70,7 +70,9 @@ class Result { class IndexRecord { public: - explicit IndexRecord(const IndexKey&, std::optional<shared_string>, std::optional<TrackId>); + explicit IndexRecord(const IndexKey&, + std::optional<shared_string>, + std::optional<TrackId>); auto text() const -> std::optional<shared_string>; auto track() const -> std::optional<TrackId>; |
