summaryrefslogtreecommitdiff
path: root/src/compiler/scala/reflect/makro/runtime/Context.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler/scala/reflect/makro/runtime/Context.scala')
-rw-r--r--src/compiler/scala/reflect/makro/runtime/Context.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/scala/reflect/makro/runtime/Context.scala b/src/compiler/scala/reflect/makro/runtime/Context.scala
index 184008658e..15a4118b85 100644
--- a/src/compiler/scala/reflect/makro/runtime/Context.scala
+++ b/src/compiler/scala/reflect/makro/runtime/Context.scala
@@ -10,7 +10,7 @@ abstract class Context extends scala.reflect.makro.Context
with Enclosures
with Names
with Reifiers
- with Reporters
+ with FrontEnds
with Settings
with Symbols
with Typers