diff --git a/doomsday/libgui/src/glshader.cpp b/doomsday/libgui/src/glshader.cpp index 6280e49d1f..85005584fe 100644 --- a/doomsday/libgui/src/glshader.cpp +++ b/doomsday/libgui/src/glshader.cpp @@ -62,7 +62,7 @@ DENG2_PIMPL(GLShader) GLShader::GLShader() : d(new Instance(this)) {} -GLShader::GLShader(Type shaderType, IByteArray const &source) +GLShader::GLShader(Type shaderType, IByteArray const &source) : d(new Instance(this)) { compile(shaderType, source); }