X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fpipeline.cpp;h=26073549d9451f943a05b1c183a2b09c6fd30d3f;hb=41368577ab4c4091e19d4e9cbbf8fbf2cfbdddca;hp=02ccc22ebe80b6ef8fb756facb1516f9c4f0d1d7;hpb=8697b05bf71c49882fe15d53aa4f502aa2b5f9a3;p=libs%2Fgl.git diff --git a/source/pipeline.cpp b/source/pipeline.cpp index 02ccc22e..26073549 100644 --- a/source/pipeline.cpp +++ b/source/pipeline.cpp @@ -57,7 +57,7 @@ void Pipeline::set_hdr(bool h) if(h==hdr) return; - bool old_hdr= hdr; + bool old_hdr = hdr; hdr = h; try {