Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/GenPoly/Box.h

    r1ee0a4da rb8b5535  
    1616#pragma once
    1717
    18 #include <list>  // for list
    19 
    20 class Declaration;
    2118namespace ast {
    2219        class TranslationUnit;
     
    2421
    2522namespace GenPoly {
    26         /// boxes polymorphic function calls
    27         void box( std::list< Declaration* >& translationUnit );
     23
    2824void box( ast::TranslationUnit & translationUnit );
     25
    2926} // namespace GenPoly
    3027
Note: See TracChangeset for help on using the changeset viewer.