[Pixelle-commit] SF.net SVN: pixelle: [105] trunk/pixelle/src/com/mebigfatguy/pixelle/eval/ Pixelle
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2008-06-28 22:28:28
|
Revision: 105
http://pixelle.svn.sourceforge.net/pixelle/?rev=105&view=rev
Author: dbrosius
Date: 2008-06-28 15:28:37 -0700 (Sat, 28 Jun 2008)
Log Message:
-----------
fix class name after move
Modified Paths:
--------------
trunk/pixelle/src/com/mebigfatguy/pixelle/eval/PixelleEval4ByteABGR.java
Modified: trunk/pixelle/src/com/mebigfatguy/pixelle/eval/PixelleEval4ByteABGR.java
===================================================================
--- trunk/pixelle/src/com/mebigfatguy/pixelle/eval/PixelleEval4ByteABGR.java 2008-06-28 22:27:39 UTC (rev 104)
+++ trunk/pixelle/src/com/mebigfatguy/pixelle/eval/PixelleEval4ByteABGR.java 2008-06-28 22:28:37 UTC (rev 105)
@@ -22,9 +22,9 @@
import com.mebigfatguy.pixelle.PixelleEval;
import com.mebigfatguy.pixelle.PixelleImage;
-public class PixelleEval3ByteABGR extends PixelleEval {
+public class PixelleEval4ByteABGR extends PixelleEval {
- public PixelleEval3ByteABGR(PixelleImage srcImage, OutOfBoundsOption option) {
+ public PixelleEval4ByteABGR(PixelleImage srcImage, OutOfBoundsOption option) {
super(srcImage, option);
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|