From: Francis Russell Date: Thu, 19 Jan 2012 20:02:14 +0000 (+0000) Subject: Add missing trait. X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=dcdc9dd8d76f4a7a1c701185333ebea4ad9abb4b;p=francis%2Fofc.git Add missing trait. --- diff --git a/src/ofc/generators/onetep/Tree.scala b/src/ofc/generators/onetep/Tree.scala index c0b3ed8..9f836ab 100644 --- a/src/ofc/generators/onetep/Tree.scala +++ b/src/ofc/generators/onetep/Tree.scala @@ -5,6 +5,7 @@ import ofc.parser import ofc.parser.Identifier import ofc.InvalidInputException +trait Index trait SpatialIndex extends Index trait DiscreteIndex extends Index