Changes in src/GenPoly/Box.h [1ee0a4da:b8b5535]
- File:
-
- 1 edited
-
src/GenPoly/Box.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/GenPoly/Box.h
r1ee0a4da rb8b5535 16 16 #pragma once 17 17 18 #include <list> // for list19 20 class Declaration;21 18 namespace ast { 22 19 class TranslationUnit; … … 24 21 25 22 namespace GenPoly { 26 /// boxes polymorphic function calls 27 void box( std::list< Declaration* >& translationUnit ); 23 28 24 void box( ast::TranslationUnit & translationUnit ); 25 29 26 } // namespace GenPoly 30 27
Note:
See TracChangeset
for help on using the changeset viewer.