Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Decl.cpp

    re0e9a0b rd76c588  
    5252
    5353const Type * FunctionDecl::get_type() const { return type.get(); }
    54 void FunctionDecl::set_type( const Type * t ) {
    55         type = strict_dynamic_cast< const FunctionType * >( t );
    56 }
     54void FunctionDecl::set_type(Type * t) { type = strict_dynamic_cast< FunctionType* >( t ); }
    5755
    5856// --- TypeDecl
Note: See TracChangeset for help on using the changeset viewer.