Changes in src/AST/Init.hpp [94c98f0e:ce36b55]
- File:
-
- 1 edited
-
src/AST/Init.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Init.hpp
r94c98f0e rce36b55 117 117 ptr<Init> init; 118 118 119 ConstructorInit( 119 ConstructorInit( 120 120 const CodeLocation & loc, const Stmt * ctor, const Stmt * dtor, const Init * init ) 121 121 : Init( loc, MaybeConstruct ), ctor( ctor ), dtor( dtor ), init( init ) {}
Note:
See TracChangeset
for help on using the changeset viewer.