adding in so builds with circleci build

This commit is contained in:
Ella Pietraroia 2020-01-22 13:12:22 +10:30
parent d5e0bf7731
commit b588321d00
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ import (
)
// NewMOGFilter returns a pointer to a new NoOp struct for testing purposes only.
func NewMOGFilter(dst io.WriteCloser, area, threshold float64, history int, debug bool) *NoOp {
func NewMOGFilter(dst io.WriteCloser, area, threshold float64, history int, debug bool, hf int) *NoOp {
return &NoOp{dst: dst}
}