mirror of
https://github.com/vsariola/sointu.git
synced 2026-02-15 04:33:10 -05:00
refactor(tracker): Enabler is optionally implemented when needed
This commit is contained in:
parent
810998d95b
commit
60222dded4
@ -58,7 +58,7 @@ const (
|
||||
NumSpecChnModes
|
||||
)
|
||||
|
||||
func (m *Model) SpecAnEnabled() Bool { return MakeEnabledBool((*simpleBool)(&m.specAnEnabled)) }
|
||||
func (m *Model) SpecAnEnabled() Bool { return MakeBool((*simpleBool)(&m.specAnEnabled)) }
|
||||
|
||||
func NewSpecAnalyzer(broker *Broker) *SpecAnalyzer {
|
||||
ret := &SpecAnalyzer{broker: broker}
|
||||
|
||||
Reference in New Issue
Block a user