From f3f895515bf657ed1309faac27dfd0bd5943979e Mon Sep 17 00:00:00 2001 From: Neil Date: Sat, 29 Jun 2013 13:16:38 +1000 Subject: Simplify code so that it is understood by cppcheck, avoiding warnings. --- lexers/LexPerl.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lexers/LexPerl.cxx') diff --git a/lexers/LexPerl.cxx b/lexers/LexPerl.cxx index 7144443c1..de47474c3 100644 --- a/lexers/LexPerl.cxx +++ b/lexers/LexPerl.cxx @@ -580,7 +580,7 @@ void SCI_METHOD LexerPerl::Lex(unsigned int startPos, int length, int initStyle, int Count; int Up, Down; QuoteCls() { - this->New(1); + New(1); } void New(int r = 1) { Rep = r; -- cgit v1.2.3