Changes in src/InitTweak/FixInit.h [d180746:1be845b]
- File:
-
- 1 edited
-
src/InitTweak/FixInit.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/InitTweak/FixInit.h
rd180746 r1be845b 24 24 /// replace constructor initializers with expression statements 25 25 /// and unwrap basic C-style initializers 26 void fix( std::list< Declaration * > & translationUnit, const std::string & name,bool inLibrary );26 void fix( std::list< Declaration * > & translationUnit, bool inLibrary ); 27 27 } // namespace 28 28
Note:
See TracChangeset
for help on using the changeset viewer.