X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fglsl%2Fglsl_error.h;fp=source%2Fglsl%2Fglsl_error.h;h=6654770cd90695457de4425374aea968b7f37d2d;hb=b32b8d605a39d058e4e7bbe1563441cca803b5d4;hp=84aa2f52a60a45c42f6bdbe30a5fbc676e418d25;hpb=3a1fe833ea04df75449706f1d773f6e65521a392;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