diff options
author | Michael Bien <[email protected]> | 2010-03-27 22:04:53 +0100 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-03-27 22:04:53 +0100 |
commit | 76494b9484a2f3b676100e16758d5e338b3432dd (patch) | |
tree | d767a91b1188e24b2648788d6fad7ae6427f88df | |
parent | 71c36cf71c7e512ab0ef35bda53b46079d7964c9 (diff) |
forgot test (com.sun.opengl->com.jogamp.opengl).
-rw-r--r-- | test/com/mbien/opencl/CLBufferTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/com/mbien/opencl/CLBufferTest.java b/test/com/mbien/opencl/CLBufferTest.java index f8c263f3..306757e4 100644 --- a/test/com/mbien/opencl/CLBufferTest.java +++ b/test/com/mbien/opencl/CLBufferTest.java @@ -2,7 +2,7 @@ package com.mbien.opencl; import com.mbien.opencl.CLMemory.Mem; import com.mbien.opencl.CLMemory.Map; -import com.sun.opengl.util.BufferUtil; +import com.jogamp.opengl.util.BufferUtil; import java.nio.ByteBuffer; import org.junit.Test; |