diff options
| author | Joel Klinghed <the_jk@spawned.biz> | 2023-11-23 20:36:53 +0100 |
|---|---|---|
| committer | Joel Klinghed <the_jk@spawned.biz> | 2023-11-23 20:36:53 +0100 |
| commit | 54530472a2073e1f979358646ca2cfc8e6b911a5 (patch) | |
| tree | 317e0adbdcff8e44ce6e9c55aed6ee5260c7fe16 /src/xdg.hh | |
| parent | 44c3db01709da5a5fa5fff663ee46a4e820bda5d (diff) | |
Updated xdg files (from sawmill)
Diffstat (limited to 'src/xdg.hh')
| -rw-r--r-- | src/xdg.hh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ enum class Type { }; void paths_to_read(Type type, std::string_view path, - std::vector<std::filesystem::path>* out); + std::vector<std::filesystem::path>& out); std::filesystem::path path_to_write(Type type, std::string_view path); |
