X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fglsl%2Fglsl_error.h;h=6654770cd90695457de4425374aea968b7f37d2d;hb=c6b29fbf9927467b21dca65539a1fa2c98f96e0e;hp=84aa2f52a60a45c42f6bdbe30a5fbc676e418d25;hpb=d18df036b247f7f0978b547bb8ea1d624af2c4b2;p=libs%2Fgl.git diff --git a/source/glsl/glsl_error.h b/source/glsl/glsl_error.h index 84aa2f52..6654770c 100644 --- a/source/glsl/glsl_error.h +++ b/source/glsl/glsl_error.h @@ -54,7 +54,8 @@ struct Diagnostic unsigned provoking_line; std::string message; - Diagnostic(): severity(INFO), source(-2), line(0) { } + Diagnostic(); + Diagnostic(Severity, int, unsigned, const std::string &); }; } // namespace SL