Fix eglBindAPI negative test am: 09784f8510 am: b7b2f00530 am: 03a8c9c6f8 am: 6e6f163b3b
[platform/upstream/VK-GL-CTS.git] / framework / platform / win32 / tcuWGL.cpp
index d77cf78..740b430 100644 (file)
@@ -186,7 +186,7 @@ Library::Library (HINSTANCE instance)
        : m_library("opengl32.dll")
 {
        // Temporary 1x1 window for creating context
-       Win32Window tmpWindow(instance, 1, 1);
+       win32::Window tmpWindow(instance, 1, 1);
 
        // Load WGL core.
        m_functions.createContext               = (wglCreateContextFunc)                m_library.getFunction("wglCreateContext");