Definition at line 210 of file mainConceptSet.cpp. References Impala::Application::ConceptSet::mainConceptSet(). 00211 { 00212 00213 #ifdef NO_DIALOGONCRASH 00214 #ifdef WIN32 00215 DWORD oldMode = ::SetErrorMode(SEM_NOGPFAULTERRORBOX); 00216 ::SetErrorMode(oldMode | SEM_NOGPFAULTERRORBOX); 00217 #endif 00218 #endif 00219 00220 return Impala::Application::ConceptSet::mainConceptSet(argc, argv); 00221 }
Here is the call graph for this function: ![]()
|