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