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