- File:
-
- 1 edited
-
src/CodeTools/ResolvProtoDump.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/CodeTools/ResolvProtoDump.cc
r60a8062 rbc179fd3 746 746 // print child scopes 747 747 ++indent; 748 for ( const P assVisitor<ProtoDump>& s : subs ) {748 for ( const ProtoDump & s : subs ) { 749 749 std::cout << tab << '{' << std::endl; 750 s.p ass.print( indent );750 s.print( indent ); 751 751 std::cout << tab << '}' << std::endl; 752 752 }
Note:
See TracChangeset
for help on using the changeset viewer.