summaryrefslogtreecommitdiff
path: root/src/xdg.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/xdg.hh')
-rw-r--r--src/xdg.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdg.hh b/src/xdg.hh
index 1c7e4f0..9232bbe 100644
--- a/src/xdg.hh
+++ b/src/xdg.hh
@@ -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);