summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/compiler/scala/tools/ant/Scaladoc.scala2
1 files changed, 1 insertions, 1 deletions
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