summaryrefslogtreecommitdiff
path: root/bin/dconf.vala
diff options
context:
space:
mode:
Diffstat (limited to 'bin/dconf.vala')
-rw-r--r--bin/dconf.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/dconf.vala b/bin/dconf.vala
index 9704d4a..349e1ea 100644
--- a/bin/dconf.vala
+++ b/bin/dconf.vala
@@ -302,7 +302,7 @@ void dconf_complete (string[] args) throws Error {
delegate void Command (string[] args) throws Error;
struct CommandMapping {
- Command func;
+ unowned Command func;
string name;
public CommandMapping (string name, Command func) {