cast inherited member to CPartFile
| 111 | |
| 112 | // cast inherited member to CPartFile |
| 113 | const CPartFile * m_PartFile() { wxCHECK(m_file->IsCPartFile(), NULL); return static_cast<const CPartFile *>(m_file); } |
| 114 | public: |
| 115 | // encoder side |
| 116 | CPartFile_Encoder(const CPartFile *file = 0) : CKnownFile_Encoder(file) |
nothing calls this directly
no test coverage detected