X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fglsl%2Fglsl_error.h;h=6654770cd90695457de4425374aea968b7f37d2d;hb=a8472c4fc8bce5db0d50d920f9c4159bda631e30;hp=46854744699c183f8df2e88efd019b5f01e68236;hpb=c288e8d074f303f275ce03bf09c8799b2c8fde6e;p=libs%2Fgl.git diff --git a/source/glsl/glsl_error.h b/source/glsl/glsl_error.h index 46854744..6654770c 100644 --- a/source/glsl/glsl_error.h +++ b/source/glsl/glsl_error.h @@ -50,9 +50,12 @@ struct Diagnostic Severity severity; int source; unsigned line; + int provoking_source; + unsigned provoking_line; std::string message; - Diagnostic(): severity(INFO), source(-2), line(0) { } + Diagnostic(); + Diagnostic(Severity, int, unsigned, const std::string &); }; } // namespace SL