Merged gcj-eclipse branch to trunk.
From-SVN: r120621
This commit is contained in:
@@ -55,7 +55,7 @@ public class RenderableImageOp implements RenderableImage
|
||||
this.block = (ParameterBlock) block.clone();
|
||||
}
|
||||
|
||||
public Vector getSources()
|
||||
public Vector<RenderableImage> getSources()
|
||||
{
|
||||
if (block.sources == null)
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user