Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/TranslationUnit.hpp

    rb3a0df6 r1be1e5a  
    2929                std::map< UniqueId, Decl * > idMap;
    3030
    31                 const Type * sizeType;
    32                 const FunctionDecl * dereference;
    33                 const StructDecl * dtorStruct;
    34                 const FunctionDecl * dtorDestroy;
     31                Type * sizeType;
     32                FunctionDecl * dereference;
     33                StructDecl * dtorStruct;
     34                FunctionDecl * dtorDestroy;
    3535        } global;
    3636};
Note: See TracChangeset for help on using the changeset viewer.