Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified src/ControlStruct/ExceptDecl.h

    r539a8c8 r11df881  
    1616#pragma once
    1717
     18#include <list>  // for list
     19
     20class Declaration;
     21
    1822namespace ast {
    1923        class TranslationUnit;
     
    2125
    2226namespace ControlStruct {
    23 
    2427/// Unfold exception declarations into raw structure declarations.
    2528/// Also builds vtable declarations and converts vtable types.
     29void translateExcept( std::list< Declaration *> & translationUnit );
    2630void translateExcept( ast::TranslationUnit & translationUnit );
    27 
    2831}
Note: See TracChangeset for help on using the changeset viewer.