| 743 | {} |
| 744 | |
| 745 | std::string ErrorMessage::FileLocation::getfile(bool convert) const |
| 746 | { |
| 747 | if (convert) |
| 748 | return Path::toNativeSeparators(mFileName); |
| 749 | return mFileName; |
| 750 | } |
| 751 | |
| 752 | std::string ErrorMessage::FileLocation::getOrigFile(bool convert) const |
| 753 | { |
no outgoing calls