/[libvob]/libvob/org/nongnu/libvob/lava/AbstractMonoVob.java
ViewVC logotype

Diff of /libvob/org/nongnu/libvob/lava/AbstractMonoVob.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by benja, Fri Apr 4 12:15:17 2003 UTC revision 1.2 by benja, Sat Apr 5 01:20:06 2003 UTC
# Line 48  public abstract class AbstractMonoVob im Line 48  public abstract class AbstractMonoVob im
48          else          else
49              return content.getVob(index - 1);              return content.getVob(index - 1);
50      }      }
51    
52        public RenderTraversal transform(RenderTraversal t, int index) {
53            if(index > 0)
54                content.transform(t, index - 1);
55            return t;
56        }
57  }  }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26