Changeset 767 for applications/bdmtoolbox
- Timestamp:
- 01/11/10 23:01:37 (15 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
applications/bdmtoolbox/mex/merger.cpp
r761 r767 67 67 Merger->set_support ( *RecSup ); 68 68 } 69 } catch (UIException &e) {69 } catch (UIException) { 70 70 shared_ptr<discrete_support> DisSup = UI::build<discrete_support> ( Cfg, "Support", UI::optional ); 71 71 if (DisSup){