X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fpipelinepass.h;h=0189c928e187ed0e0f1cd5dc01d0956b94f670e7;hb=c6c4fc39952e372eba1f44f2bc504428140f3d0e;hp=9f7977294608384c07205ca2ccfae9ae1b15e313;hpb=e17243fb2421977cb781361828b77718e2cf8d48;p=libs%2Fgl.git diff --git a/source/pipelinepass.h b/source/pipelinepass.h index 9f797729..0189c928 100644 --- a/source/pipelinepass.h +++ b/source/pipelinepass.h @@ -19,7 +19,7 @@ class Lighting; struct PipelinePass { std::vector effects; - Lighting *lighting; + const Lighting *lighting; PipelinePass(); };