| 1476 | */ |
| 1477 | int ErrorRow() const { return errorLocation.row+1; } |
| 1478 | int ErrorCol() const { return errorLocation.col+1; } ///< The column where the error occured. See ErrorRow() |
| 1479 | |
| 1480 | /** SetTabSize() allows the error reporting functions (ErrorRow() and ErrorCol()) |
| 1481 | to report the correct values for row and column. It does not change the output |