Modified mock iterator for the new interface of ApplyDeltas

This commit is contained in:
l.albertalli 2015-02-09 19:02:58 -08:00
parent a7b1eb74b2
commit cca6d53623

View file

@ -35,7 +35,7 @@ func (qs *store) ValueOf(s string) graph.Value {
return nil
}
func (qs *store) ApplyDeltas([]graph.Delta) error { return nil }
func (qs *store) ApplyDeltas([]graph.Delta, bool, bool) error { return nil }
func (qs *store) Quad(graph.Value) quad.Quad { return quad.Quad{} }