aboutsummaryrefslogtreecommitdiffstats
path: root/src/junit/com/jogamp/test/junit/newt/TestGLWindows00NEWT.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/junit/com/jogamp/test/junit/newt/TestGLWindows00NEWT.java')
-rw-r--r--src/junit/com/jogamp/test/junit/newt/TestGLWindows00NEWT.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/junit/com/jogamp/test/junit/newt/TestGLWindows00NEWT.java b/src/junit/com/jogamp/test/junit/newt/TestGLWindows00NEWT.java
index d28dd2c11..2769dc550 100644
--- a/src/junit/com/jogamp/test/junit/newt/TestGLWindows00NEWT.java
+++ b/src/junit/com/jogamp/test/junit/newt/TestGLWindows00NEWT.java
@@ -58,7 +58,7 @@ public class TestGLWindows00NEWT extends UITestCase {
glp = GLProfile.getDefault();
}
- static GLWindow createWindow(Screen screen, GLCapabilities caps)
+ static GLWindow createWindow(Screen screen, GLCapabilitiesImmutable caps)
throws InterruptedException
{
Assert.assertNotNull(caps);