Add multiple contexts tests
[platform/upstream/VK-GL-CTS.git] / framework / platform / null / tcuNullContextFactory.cpp
index d466185..2db64f9 100644 (file)
@@ -34,7 +34,7 @@ NullGLContextFactory::NullGLContextFactory (void)
 {
 }
 
-glu::RenderContext* NullGLContextFactory::createContext (const glu::RenderConfig& config, const tcu::CommandLine&) const
+glu::RenderContext* NullGLContextFactory::createContext (const glu::RenderConfig& config, const tcu::CommandLine&, const glu::RenderContext*) const
 {
        return new RenderContext(config);
 }