Revision 1747 org.gvsig.raster.tools/trunk/org.gvsig.raster.tools/org.gvsig.raster.tools.algorithm/org.gvsig.raster.tools.algorithm.reproject/src/main/java/org/gvsig/raster/tools/algorithm/reproject/ReprojectProcess.java

View differences:

ReprojectProcess.java
108 108
			messageBoxError("error_reprojecting", this, e1);
109 109
		}
110 110
		
111
		reproject = new Reproject(store, filename, interpolation, taskEventManager);
111
		reproject = new Reproject(store, filename, interpolation, this);
112 112
		try {
113 113
			int result = reproject.warp(projdst, projsrc, w, h, cellSize);
114 114
			if(result != 0) {

Also available in: Unified diff