Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/InitTweak/FixInit.h

    r490fb92e r60a8062  
    1919#include <string>  // for string
    2020
    21 #include <AST/Fwd.hpp>
    22 
    2321class Declaration;
    2422
     
    2624        /// replace constructor initializers with expression statements and unwrap basic C-style initializers
    2725        void fix( std::list< Declaration * > & translationUnit, bool inLibrary );
    28 
    29         void fix( std::list<ast::ptr<ast::Decl>> & translationUnit, bool inLibrary);
    3026} // namespace
    3127
Note: See TracChangeset for help on using the changeset viewer.