Changes in src/InitTweak/FixGlobalInit.h [293dc1c:490fb92e]
- File:
-
- 1 edited
-
src/InitTweak/FixGlobalInit.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/InitTweak/FixGlobalInit.h
r293dc1c r490fb92e 29 29 /// function is for library code. 30 30 void fixGlobalInit( std::list< Declaration * > & translationUnit, bool inLibrary ); 31 void fixGlobalInit( ast::TranslationUnit& translationUnit, bool inLibrary );31 void fixGlobalInit( std::list< ast::ptr<ast::Decl> > & translationUnit, bool inLibrary ); 32 32 } // namespace 33 33
Note:
See TracChangeset
for help on using the changeset viewer.