aboutsummaryrefslogtreecommitdiffstats
path: root/bug/operations/set_title.go
diff options
context:
space:
mode:
Diffstat (limited to 'bug/operations/set_title.go')
-rw-r--r--bug/operations/set_title.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/bug/operations/set_title.go b/bug/operations/set_title.go
index 49a270f7..5bd6260a 100644
--- a/bug/operations/set_title.go
+++ b/bug/operations/set_title.go
@@ -29,7 +29,7 @@ func NewSetTitleOp(author bug.Person, title string, was string) SetTitleOperatio
}
// Convenience function to apply the operation
-func SetTitle(b *bug.Bug, author bug.Person, title string) {
+func SetTitle(b bug.Interface, author bug.Person, title string) {
it := bug.NewOperationIterator(b)
var lastTitleOp bug.Operation