Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/InitTweak/FixInit.h

    rb2e0df3 r60a8062  
    2020
    2121class Declaration;
    22 namespace ast {
    23         struct TranslationUnit;
    24 }
    2522
    2623namespace InitTweak {
    2724        /// replace constructor initializers with expression statements and unwrap basic C-style initializers
    2825        void fix( std::list< Declaration * > & translationUnit, bool inLibrary );
    29 
    30         void fix( ast::TranslationUnit & translationUnit, bool inLibrary);
    3126} // namespace
    3227
Note: See TracChangeset for help on using the changeset viewer.