]> git.tdb.fi Git - libs/gl.git/blobdiff - source/glsl/resolve.h
Rearrange some utility struct constructors
[libs/gl.git] / source / glsl / resolve.h
index ca9c4f3231f8416c69b493ba1a0a218ea200e135..bbd2d620217aeba08602854dcd6887a961463c70 100644 (file)
@@ -105,6 +105,8 @@ private:
        {
                BasicTypeDeclaration *type;
                unsigned component_count;
+
+               ArgumentInfo(): type(0), component_count(0) { }
        };
 
        Stage *stage;