| 46 | static TLevelProgressDialog *pProgressDialog = NULL; |
| 47 | |
| 48 | void ShowProgress (int objtype) |
| 49 | { |
| 50 | assert (pProgressDialog != NULL); |
| 51 | |
| 52 | pProgressDialog->ShowNodesProgress (objtype); |
| 53 | } |
| 54 | |
| 55 | |
| 56 | // Reinterpret bit pattern of f as an int. Needed because the security field |
no test coverage detected