summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/vala/gmpc-easy-command.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vala/gmpc-easy-command.vala b/src/vala/gmpc-easy-command.vala
index 91fe5bd..f16774a 100644
--- a/src/vala/gmpc-easy-command.vala
+++ b/src/vala/gmpc-easy-command.vala
@@ -140,7 +140,7 @@ public class Gmpc.Easy.Command: Gmpc.Plugin.Base {
* param data the user data passed.
* param param a string with the extra parameters passed to the command
*/
- public delegate void Callback(void *data, string param);
+ public static delegate void Callback(void *data, string param);
/**
* Add a match entry to the Easy command object.