X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fglsl%2Fresolve.h;h=bbd2d620217aeba08602854dcd6887a961463c70;hp=ca9c4f3231f8416c69b493ba1a0a218ea200e135;hb=01c863144c51fd370c75233c5aa5b4add335f4a8;hpb=26634147dfbb5be9a4046a0d50b3b1d6857ad68d 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;