diff options
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); |
