summaryrefslogtreecommitdiff
path: root/src/xdg.hh
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@spawned.biz>2023-11-23 20:36:53 +0100
committerJoel Klinghed <the_jk@spawned.biz>2023-11-23 20:36:53 +0100
commit54530472a2073e1f979358646ca2cfc8e6b911a5 (patch)
tree317e0adbdcff8e44ce6e9c55aed6ee5260c7fe16 /src/xdg.hh
parent44c3db01709da5a5fa5fff663ee46a4e820bda5d (diff)
Updated xdg files (from sawmill)
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);