X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fprogramsyntax.h;h=b0ad02b394c480708d1b871173b37cff3c3df6fd;hp=9e64c4c7e86896192748cefb24e29b2333ca1787;hb=9319f1c8ed99866966f20fbab952da673af2257e;hpb=a5772e203cc30ce3b449614d03a293fd5b5985ad diff --git a/source/programsyntax.h b/source/programsyntax.h index 9e64c4c7..b0ad02b3 100644 --- a/source/programsyntax.h +++ b/source/programsyntax.h @@ -191,6 +191,7 @@ struct Layout: Node { struct Qualifier { + // TODO the standard calls this name, not identifier std::string identifier; std::string value; };