Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/TranslationUnit.hpp

    rc600df1 rb3a0df6  
    2626        std::list< ptr< Decl > > decls;
    2727
    28         struct Global {
     28        struct Globals {
    2929                std::map< UniqueId, Decl * > idMap;
    3030
    31                 ptr<Type> sizeType;
     31                const Type * sizeType;
    3232                const FunctionDecl * dereference;
    3333                const StructDecl * dtorStruct;
Note: See TracChangeset for help on using the changeset viewer.