Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/InitTweak/FixInit.h

    r293dc1c r490fb92e  
    1919#include <string>  // for string
    2020
     21#include <AST/Fwd.hpp>
     22
    2123class Declaration;
    22 namespace ast {
    23         class TranslationUnit;
    24 }
    2524
    2625namespace InitTweak {
     
    2827        void fix( std::list< Declaration * > & translationUnit, bool inLibrary );
    2928
    30         void fix( ast::TranslationUnit & translationUnit, bool inLibrary);
     29        void fix( std::list<ast::ptr<ast::Decl>> & translationUnit, bool inLibrary);
    3130} // namespace
    3231
Note: See TracChangeset for help on using the changeset viewer.