diff options
author | XhmikosR <xhmikosr@users.sourceforge.net> | 2013-07-15 18:57:42 +0300 |
---|---|---|
committer | XhmikosR <xhmikosr@users.sourceforge.net> | 2013-07-18 05:20:16 +0300 |
commit | 4064119f44e17baf01cc4a00a5062d173965e86c (patch) | |
tree | a6fab3caacb3d26c53bd472a1add87cf7895e58c /scintilla/lexers/LexRuby.cxx | |
parent | 12e4cc85f793ec12c58074359bc53724dbf43ff3 (diff) | |
download | notepad2-mod-4064119f44e17baf01cc4a00a5062d173965e86c.zip notepad2-mod-4064119f44e17baf01cc4a00a5062d173965e86c.tar.gz notepad2-mod-4064119f44e17baf01cc4a00a5062d173965e86c.tar.bz2 |
update Scintilla to v3.3.4 [e074c3]
Diffstat (limited to 'scintilla/lexers/LexRuby.cxx')
-rw-r--r-- | scintilla/lexers/LexRuby.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scintilla/lexers/LexRuby.cxx b/scintilla/lexers/LexRuby.cxx index b83569c..32b8433 100644 --- a/scintilla/lexers/LexRuby.cxx +++ b/scintilla/lexers/LexRuby.cxx @@ -254,7 +254,7 @@ class QuoteCls { char Up;
char Down;
QuoteCls() {
- this->New();
+ New();
}
void New() {
Count = 0;
|