From cb343bd71828336107d7883ecad7f2025cb796bf Mon Sep 17 00:00:00 2001 From: Ettl Martin Date: Tue, 16 Apr 2013 11:25:45 +0200 Subject: [PATCH] fixed typo in reporting Error --- lib/templatesimplifier.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/templatesimplifier.cpp b/lib/templatesimplifier.cpp index d19d9451f..f11149d1c 100644 --- a/lib/templatesimplifier.cpp +++ b/lib/templatesimplifier.cpp @@ -1129,7 +1129,7 @@ bool TemplateSimplifier::simplifyTemplateInstantiations( if (typeForNewName.empty() || typeParametersInDeclaration.size() != typesUsedInTemplateInstantiation.size()) { if (_settings->debugwarnings) { std::list callstack(1, tok); - errorlogger.reportErr(ErrorLogger::ErrorMessage(callstack, &tokenlist, Severity::debug, "debg", + errorlogger.reportErr(ErrorLogger::ErrorMessage(callstack, &tokenlist, Severity::debug, "debug", "Failed to instantiate template. The checking continues anyway.", false)); } if (typeForNewName.empty())