summaryrefslogtreecommitdiffstats
path: root/app/command_dnd.go
diff options
context:
space:
mode:
Diffstat (limited to 'app/command_dnd.go')
-rw-r--r--app/command_dnd.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/command_dnd.go b/app/command_dnd.go
index 7eff6039d..cd3764fdf 100644
--- a/app/command_dnd.go
+++ b/app/command_dnd.go
@@ -23,7 +23,7 @@ func (me *DndProvider) GetTrigger() string {
return CMD_DND
}
-func (me *DndProvider) GetCommand(T goi18n.TranslateFunc) *model.Command {
+func (me *DndProvider) GetCommand(a *App, T goi18n.TranslateFunc) *model.Command {
return &model.Command{
Trigger: CMD_DND,
AutoComplete: true,