Changeset 9574 for trunk/MagicSoft/Mars/macros/rootlogon.C
- Timestamp:
- 04/21/10 16:46:18 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/macros/rootlogon.C
r9274 r9574 124 124 MLog::RedirectErrorHandler(MLog::kColor); 125 125 126 // This initialized the thread factory. This is needed to supress 127 // an error which is displayed if the thread factory is initialized 128 // from another than the main thread (e.g. in the constructor 129 // of MStatusDisplay) 130 TThread::Self(); 131 126 132 gInterpreter->AddIncludePath(dir+"macros"); 127 133 gInterpreter->AddIncludePath(dir+"manalysis");
Note:
See TracChangeset
for help on using the changeset viewer.