Create entry point to get diagnostic string message
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2019-06-19 13:37:39 +02:00
parent 6bcedaf743
commit 7958576b6a
3 changed files with 18 additions and 13 deletions

View File

@@ -58,7 +58,7 @@ namespace Porygon::Diagnostics {
return _lineStarts[i];
}
std::string GetFullErrorMessage(Diagnostic diagnostic);
std::string GetFullDiagnostic(Diagnostic* diagnostic);
};
}