Merge pull request #359 from lbergelson/lb_relax_add_parameter
Trivial update to QScript.scala
This commit is contained in:
commit
1f86cf13d1
|
|
@ -105,7 +105,7 @@ trait QScript extends Logging with PrimitiveOptionConversions with StringFileCon
|
||||||
this.functions ++= functions
|
this.functions ++= functions
|
||||||
}
|
}
|
||||||
|
|
||||||
def addAll(functions: Seq[QFunction]) {
|
def addAll(functions: Traversable[QFunction]) {
|
||||||
functions.foreach( f => add(f) )
|
functions.foreach( f => add(f) )
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue