diff options
Diffstat (limited to 'lexers/LexRuby.cxx')
| -rw-r--r-- | lexers/LexRuby.cxx | 2 | 
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;  | 
