Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
use more specific cake dependencies
  • Loading branch information
densh committed Nov 20, 2013
1 parent 1080da8 commit d6ef83a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reflect/scala/reflect/internal/FreshNames.scala
Expand Up @@ -8,7 +8,7 @@ package internal

import scala.reflect.internal.util.FreshNameCreator

trait FreshNames { self: SymbolTable =>
trait FreshNames { self: Names =>
// default fresh name creator used to abstract over currentUnit.fresh and runtime fresh name creator
def currentFreshNameCreator: FreshNameCreator

Expand Down

0 comments on commit d6ef83a

Please sign in to comment.