Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/TranslationUnit.hpp

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