]> git.tdb.fi Git - libs/gl.git/blobdiff - source/programcompiler.h
Process existing inputs in passthrough
[libs/gl.git] / source / programcompiler.h
index db7aefe9ac3762a9234cd88d4b614dfc4c56ccd0..3b63c5e906bd257bdd568a6d89527e5fd2e01fb1 100644 (file)
@@ -72,7 +72,7 @@ private:
                std::string in_prefix;
                std::string out_prefix;
                unsigned scope_level;
-               std::map<std::string, ProgramSyntax::Node *> iface_declarations;
+               std::map<std::string, ProgramSyntax::VariableDeclaration *> iface_declarations;
                bool remove_node;
                std::list<ProgramSyntax::Node *> insert_nodes;