aboutsummaryrefslogtreecommitdiffstats
path: root/jogl/src
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2015-02-02 02:44:16 +0100
committerSven Gothel <[email protected]>2015-02-02 02:44:16 +0100
commit946d61628f32123243be3ebf2a56d6bce536db77 (patch)
tree6d7b527e8aabc7e7684c9298003c427ba08d299a /jogl/src
parenta18c0cec906c4ac8c171d9000fd1c54e9302c9a4 (diff)
Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 3)
Diffstat (limited to 'jogl/src')
-rw-r--r--jogl/src/classes/jogamp/opengl/oculusvr/stereo/lense/DistortionSpec.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/jogl/src/classes/jogamp/opengl/oculusvr/stereo/lense/DistortionSpec.java b/jogl/src/classes/jogamp/opengl/oculusvr/stereo/lense/DistortionSpec.java
index f62a3c1..63a9a90 100644
--- a/jogl/src/classes/jogamp/opengl/oculusvr/stereo/lense/DistortionSpec.java
+++ b/jogl/src/classes/jogamp/opengl/oculusvr/stereo/lense/DistortionSpec.java
@@ -87,7 +87,7 @@
*/
package jogamp.opengl.oculusvr.stereo.lense;
-import javax.media.nativewindow.util.DimensionImmutable;
+import com.jogamp.nativewindow.util.DimensionImmutable;
import jogamp.opengl.util.stereo.GenericStereoDevice;
@@ -175,4 +175,4 @@ public class DistortionSpec {
}
-} \ No newline at end of file
+}