Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Fwd.hpp

    rb3a0df6 ra056f56  
    139139struct TranslationUnit;
    140140// TODO: Get from the TranslationUnit:
    141 extern ptr<Type> sizeType;
    142 extern const FunctionDecl * dereferenceOperator;
    143 extern const StructDecl   * dtorStruct;
    144 extern const FunctionDecl * dtorStructDestroy;
     141extern Type * sizeType;
     142extern FunctionDecl * dereferenceOperator;
     143extern StructDecl   * dtorStruct;
     144extern FunctionDecl * dtorStructDestroy;
    145145
    146146}
Note: See TracChangeset for help on using the changeset viewer.