X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fglsl%2Fresolve.h;h=bbd2d620217aeba08602854dcd6887a961463c70;hb=8967d38bc578f1653c1dde01dce49a8f7b0c912e;hp=ca9c4f3231f8416c69b493ba1a0a218ea200e135;hpb=bbe2fb7bc1384d7683f1795b5cfa9168df18c580;p=libs%2Fgl.git diff --git a/source/glsl/resolve.h b/source/glsl/resolve.h index ca9c4f32..bbd2d620 100644 --- a/source/glsl/resolve.h +++ b/source/glsl/resolve.h @@ -105,6 +105,8 @@ private: { BasicTypeDeclaration *type; unsigned component_count; + + ArgumentInfo(): type(0), component_count(0) { } }; Stage *stage;