From fade61a8a9397f44d31c5ab4ede57e5259de8880 Mon Sep 17 00:00:00 2001 From: Roberto Raggi Date: Tue, 1 Dec 2009 11:33:13 +0100 Subject: Use const literals. --- src/shared/cplusplus/DiagnosticClient.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/shared/cplusplus/DiagnosticClient.h') diff --git a/src/shared/cplusplus/DiagnosticClient.h b/src/shared/cplusplus/DiagnosticClient.h index ff83a4c6f9..2c1434cbaf 100644 --- a/src/shared/cplusplus/DiagnosticClient.h +++ b/src/shared/cplusplus/DiagnosticClient.h @@ -71,7 +71,7 @@ public: virtual ~DiagnosticClient(); virtual void report(int level, - StringLiteral *fileName, + const StringLiteral *fileName, unsigned line, unsigned column, const char *format, va_list ap) = 0; }; -- cgit v1.2.1