X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fglsl%2Fgenerate.h;h=2cf5c54a3735a611070f1314762a165de7a24b6d;hb=2989fc60f0fd98282962a0105bcba055193e2f8c;hp=f76c2c2d8fba55d7231f95dfd487d20e897b3061;hpb=d1da983b2ddfd221ef4348d2c40736264670c2b5;p=libs%2Fgl.git diff --git a/source/glsl/generate.h b/source/glsl/generate.h index f76c2c2d..2cf5c54a 100644 --- a/source/glsl/generate.h +++ b/source/glsl/generate.h @@ -65,8 +65,8 @@ private: RefPtr r_iface_ref; std::string block_interface; bool record_target; - VariableDeclaration *r_assignment_target; bool r_self_referencing; + VariableDeclaration *r_assignment_target; public: VariableResolver();