Changeset 11366
- Timestamp:
- 07/12/11 22:58:08 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/gui/fact.cc
r11230 r11366 83 83 gui.show(); 84 84 85 return app.exec(); 85 const int rc = app.exec(); 86 87 cout << "The end." << endl; 88 89 return rc; 86 90 }
Note:
See TracChangeset
for help on using the changeset viewer.