Changes in src/Parser/DeclarationNode.hpp [9d5eacb:16ba4897]
- File:
-
- 1 edited
-
src/Parser/DeclarationNode.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/DeclarationNode.hpp
r9d5eacb r16ba4897 156 156 } // try 157 157 } // for 158 if ( ! errors.isEmpty() ) { 159 throw errors; 160 } // if 158 errors.throwIfNonEmpty(); 161 159 } 162 160
Note:
See TracChangeset
for help on using the changeset viewer.