Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/InitTweak/FixInit.h

    rb2e0df3 r1be845b  
    1010// Created On       : Wed Jan 13 16:29:30 2016
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Sun Feb 16 07:54:50 2020
    13 // Update Count     : 8
     12// Last Modified On : Sat Jul 22 09:31:06 2017
     13// Update Count     : 6
    1414//
    1515
     
    2020
    2121class Declaration;
    22 namespace ast {
    23         struct TranslationUnit;
    24 }
    2522
    2623namespace InitTweak {
    27         /// replace constructor initializers with expression statements and unwrap basic C-style initializers
     24  /// replace constructor initializers with expression statements
     25  /// and unwrap basic C-style initializers
    2826        void fix( std::list< Declaration * > & translationUnit, bool inLibrary );
    29 
    30         void fix( ast::TranslationUnit & translationUnit, bool inLibrary);
    3127} // namespace
    3228
Note: See TracChangeset for help on using the changeset viewer.