summaryrefslogtreecommitdiffstats
path: root/pkg/gui/controllers/helpers/suggestions_helper.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/gui/controllers/helpers/suggestions_helper.go')
-rw-r--r--pkg/gui/controllers/helpers/suggestions_helper.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/gui/controllers/helpers/suggestions_helper.go b/pkg/gui/controllers/helpers/suggestions_helper.go
index 53a076f66..206fd371a 100644
--- a/pkg/gui/controllers/helpers/suggestions_helper.go
+++ b/pkg/gui/controllers/helpers/suggestions_helper.go
@@ -34,7 +34,7 @@ type ISuggestionsHelper interface {
}
type SuggestionsHelper struct {
- c *types.HelperCommon
+ c *HelperCommon
model *types.Model
contexts *context.ContextTree
@@ -43,7 +43,7 @@ type SuggestionsHelper struct {
var _ ISuggestionsHelper = &SuggestionsHelper{}
func NewSuggestionsHelper(
- c *types.HelperCommon,
+ c *HelperCommon,
model *types.Model,
contexts *context.ContextTree,
) *SuggestionsHelper {