From 043f1cf8bcdfc8f8faa853c92afc064c468dc2a8 Mon Sep 17 00:00:00 2001 From: Michael Bien Date: Sat, 27 Mar 2010 02:49:28 +0100 Subject: refactoring due to gluegen changes. - renamed com.sun.gluegen.runtime -> com.jogamp.gluegen.runtime. --- src/com/mbien/opencl/CLImage.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/com/mbien/opencl/CLImage.java') diff --git a/src/com/mbien/opencl/CLImage.java b/src/com/mbien/opencl/CLImage.java index 883a4781..1718ac3a 100644 --- a/src/com/mbien/opencl/CLImage.java +++ b/src/com/mbien/opencl/CLImage.java @@ -1,6 +1,6 @@ package com.mbien.opencl; -import com.sun.gluegen.runtime.PointerBuffer; +import com.jogamp.gluegen.runtime.PointerBuffer; import java.nio.Buffer; import static com.mbien.opencl.CL.*; -- cgit v1.2.3