summaryrefslogtreecommitdiff
path: root/src/database/include/track.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/database/include/track.hpp')
-rw-r--r--src/database/include/track.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/database/include/track.hpp b/src/database/include/track.hpp
index 1067b25e..af5f53df 100644
--- a/src/database/include/track.hpp
+++ b/src/database/include/track.hpp
@@ -170,6 +170,9 @@ class TrackData {
* new location.
*/
auto Exhume(const std::pmr::string& new_path) const -> TrackData;
+
+ auto UpdateModifiedAt(const std::pair<uint16_t, uint16_t>&) const
+ -> TrackData;
};
/*