From e77f128169dfecb9fe50bb31775336fe622eebd9 Mon Sep 17 00:00:00 2001 From: Sean McDirmid Date: Tue, 24 Jun 2008 09:24:03 +0000 Subject: trying to fix build --- src/compiler/scala/tools/ant/Scaladoc.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/compiler/scala/tools/ant/Scaladoc.scala b/src/compiler/scala/tools/ant/Scaladoc.scala index 0259a4294b..f1ee8a9169 100644 --- a/src/compiler/scala/tools/ant/Scaladoc.scala +++ b/src/compiler/scala/tools/ant/Scaladoc.scala @@ -568,7 +568,7 @@ class Scaladoc extends MatchingTask { // Compiles the actual code val compiler = new Global(commandSettings, reporter) { - override val onlyPresentation = true + override def onlyPresentation = true } try { val run = new compiler.Run -- cgit v1.2.3