summaryrefslogtreecommitdiffstats
path: root/src/com/mbien/opencl/CLEvent.java
diff options
context:
space:
mode:
authorMichael Bien <[email protected]>2010-04-01 00:38:46 +0200
committerMichael Bien <[email protected]>2010-04-01 00:38:46 +0200
commitfc0f84073394c6c06505f0c52215a72932b527c5 (patch)
tree7dafc9f55e0d24d8e28b4f96699c531ef26689f5 /src/com/mbien/opencl/CLEvent.java
parent11734980ca3a3457ed67fd054fa3041ba9b8040e (diff)
modifications due to class movement in gluegen.
Diffstat (limited to 'src/com/mbien/opencl/CLEvent.java')
-rw-r--r--src/com/mbien/opencl/CLEvent.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/mbien/opencl/CLEvent.java b/src/com/mbien/opencl/CLEvent.java
index e7221ee0..bbcf74cb 100644
--- a/src/com/mbien/opencl/CLEvent.java
+++ b/src/com/mbien/opencl/CLEvent.java
@@ -1,6 +1,6 @@
package com.mbien.opencl;
-import com.jogamp.gluegen.runtime.Int64Buffer;
+import com.jogamp.common.nio.Int64Buffer;
import java.nio.Buffer;
import static com.mbien.opencl.CL.*;