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