Changes in src/InitTweak/FixGlobalInit.h [293dc1c:1be845b]
- File:
-
- 1 edited
-
src/InitTweak/FixGlobalInit.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/InitTweak/FixGlobalInit.h
r293dc1c r1be845b 19 19 #include <string> // for string 20 20 21 #include <AST/Fwd.hpp>22 23 24 21 class Declaration; 25 22 … … 29 26 /// function is for library code. 30 27 void fixGlobalInit( std::list< Declaration * > & translationUnit, bool inLibrary ); 31 void fixGlobalInit( ast::TranslationUnit & translationUnit, bool inLibrary );32 28 } // namespace 33 29
Note:
See TracChangeset
for help on using the changeset viewer.