------------------------------------------------------------------------------ \brief Return the error code. */
| 326 | //------------------------------------------------------------------------------ |
| 327 | /** \brief Return the error code. */ |
| 328 | EErrorCodes ParserError::GetCode() const |
| 329 | { |
| 330 | return m_iErrc; |
| 331 | } |
| 332 | } // namespace mu |
| 333 | |
| 334 | #if defined(_MSC_VER) |
no outgoing calls
no test coverage detected