Changeset 11330
- Timestamp:
- 07/10/11 22:21:26 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/Main.h
r11263 r11330 47 47 int Main(const Configuration &conf, bool dummy=false) 48 48 { 49 static T shell(conf.GetName().c_str(), conf.Get<int>("console")!=1); 49 static T shell(conf.GetName().c_str(), 50 conf.Has("console") ? conf.Get<int>("console")!=1 : 0); 50 51 51 52 WindowLog &win = shell.GetStreamIn();
Note:
See TracChangeset
for help on using the changeset viewer.