Mercurial > minori
diff include/library/library.h @ 404:e561b7542b7b
*: fix build on mac os x
| author | Paper <paper@tflc.us> |
|---|---|
| date | Mon, 19 Jan 2026 20:50:40 -0500 |
| parents | 963047512d34 |
| children |
line wrap: on
line diff
--- a/include/library/library.h Mon Nov 10 15:51:45 2025 -0500 +++ b/include/library/library.h Mon Jan 19 20:50:40 2026 -0500 @@ -32,7 +32,7 @@ private: void Refresh(std::optional<int> find_id); - std::unordered_map<std::filesystem::path, std::unique_ptr<Filesystem::IWatcher>> watchers_; + Filesystem::PathMap<std::unique_ptr<Filesystem::IWatcher>> watchers_; /* ID we're looking for */ std::optional<int> find_id_;
