aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexers/LexRuby.cxx
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2013-06-29 13:16:38 +1000
committerNeil <nyamatongwe@gmail.com>2013-06-29 13:16:38 +1000
commit27a777578407d9d5d60cd4ef50ee68adf47fc264 (patch)
treeee71fce9d0aede4a86022654dc1dfb8472bd92b0 /lexers/LexRuby.cxx
parent092e41d9d52f63110361159210e492981f80142b (diff)
downloadscintilla-mirror-27a777578407d9d5d60cd4ef50ee68adf47fc264.tar.gz
Simplify code so that it is understood by cppcheck, avoiding warnings.
Diffstat (limited to 'lexers/LexRuby.cxx')
-rw-r--r--lexers/LexRuby.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lexers/LexRuby.cxx b/lexers/LexRuby.cxx
index ce75ed68d..833ad5928 100644
--- a/lexers/LexRuby.cxx
+++ b/lexers/LexRuby.cxx
@@ -254,7 +254,7 @@ class QuoteCls {
char Up;
char Down;
QuoteCls() {
- this->New();
+ New();
}
void New() {
Count = 0;