Changeset 2897 for trunk/yat/omic/BamReadIterator.cc
- Timestamp:
- Dec 11, 2012, 8:27:40 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/omic/BamReadIterator.cc
r2895 r2897 19 19 20 20 #include "BamFile.h" 21 22 #include "yat/utility/Exception.h" 21 23 22 24 #include <cstddef> … … 92 94 in_ = NULL; 93 95 } 94 catch ( std::runtime_error& e) {96 catch (utility::runtime_error& e) { 95 97 in_ = NULL; 96 98 throw e; … … 120 122 in_ = NULL; 121 123 } 122 catch ( std::runtime_error& e) {124 catch (utility::runtime_error& e) { 123 125 in_ = NULL; 124 126 throw e;
Note: See TracChangeset
for help on using the changeset viewer.