From b13d8fe24e5e44d83676d9d10006d2014f2af039 Mon Sep 17 00:00:00 2001 From: Miles Sabin Date: Mon, 8 Mar 2010 10:20:05 +0000 Subject: Unbreak the IDE build following [21086]. --- src/compiler/scala/tools/nsc/settings/AbsSettings.scala | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/compiler/scala/tools/nsc/settings/AbsSettings.scala') diff --git a/src/compiler/scala/tools/nsc/settings/AbsSettings.scala b/src/compiler/scala/tools/nsc/settings/AbsSettings.scala index 91b26d083a..5750224e3d 100644 --- a/src/compiler/scala/tools/nsc/settings/AbsSettings.scala +++ b/src/compiler/scala/tools/nsc/settings/AbsSettings.scala @@ -59,6 +59,9 @@ trait AbsSettings { def helpDescription: String def unparse: List[String] // A list of Strings which can recreate this setting. + /* For tools which need to populate lists of available choices */ + def choices : List[String] = Nil + /** In mutable Settings, these return the same object with a var set. * In immutable, of course they will return a new object, which means * we can't use "this.type", at least not in a non-casty manner, which -- cgit v1.2.3