partial update of core for new js stuff
[org.ibex.core.git] / src / org / ibex / core / Stream.java
index 83d4d1b..34b71d5 100644 (file)
@@ -17,7 +17,7 @@ import org.ibex.net.*;
  *   be totally independent of the others (ie separate stream position
  *   and state) although they draw from the same data source.
  */
-public abstract class Stream extends JS.O implements JS.Cloneable {
+public abstract class Stream extends JS.Obj implements JS.Cloneable {
 
     // Public Interface //////////////////////////////////////////////////////////////////////////////