summaryrefslogtreecommitdiff
path: root/src/graphyx/actors/GUIActor.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphyx/actors/GUIActor.scala')
-rw-r--r--src/graphyx/actors/GUIActor.scala3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/graphyx/actors/GUIActor.scala b/src/graphyx/actors/GUIActor.scala
index a704f6a..0116551 100644
--- a/src/graphyx/actors/GUIActor.scala
+++ b/src/graphyx/actors/GUIActor.scala
@@ -7,11 +7,10 @@
package graphyx.actors
import graphyx.graphics._
-import graphyx.gui._
import scala.actors._
class GUIActor extends Actor{
- val container = new Container
+ val container = new graphyx.gui.Container
var continue = true