| 104 | */ |
| 105 | |
| 106 | void WarnBarOverlap::Init() |
| 107 | { |
| 108 | ////@begin WarnBarOverlap member initialisation |
| 109 | m_chkWarnBarOverlap = NULL; |
| 110 | m_buttonOk = NULL; |
| 111 | ////@end WarnBarOverlap member initialisation |
| 112 | } |
| 113 | |
| 114 | |
| 115 | /*! |
nothing calls this directly
no outgoing calls
no test coverage detected