X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fscene%2Fmaterial%2FTechnique.hxx;h=b2ce020f07166d26f0d536fbff6c6f66c352f2f4;hb=0d419aba8a1ea9c67b1982f4d68fe1fe7bd79033;hp=26aed909021edd0c3fc942f1cc4c331af256b06a;hpb=f525a05be8be446f93b2ed386ab34c2e1efe5d61;p=simgear.git diff --git a/simgear/scene/material/Technique.hxx b/simgear/scene/material/Technique.hxx index 26aed909..b2ce020f 100644 --- a/simgear/scene/material/Technique.hxx +++ b/simgear/scene/material/Technique.hxx @@ -107,6 +107,7 @@ protected: ContextInfo& operator=(const ContextInfo& rhs) { valid = rhs.valid; + return *this; } Swappable valid; };