From fcdd797b0edfda0e6bbc89f7848c32094efe6669 Mon Sep 17 00:00:00 2001 From: Neil Date: Wed, 23 Jul 2014 12:57:02 +1000 Subject: Avoid shadowed names mostly in method prototypes. Turn off shadow warnings for lexers since they may be maintained by others. --- src/Document.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Document.h') diff --git a/src/Document.h b/src/Document.h index 0f2985f89..b63962086 100644 --- a/src/Document.h +++ b/src/Document.h @@ -374,7 +374,7 @@ public: void SetDefaultCharClasses(bool includeWordClass); void SetCharClasses(const unsigned char *chars, CharClassify::cc newCharClass); - int GetCharsOfClass(CharClassify::cc charClass, unsigned char *buffer); + int GetCharsOfClass(CharClassify::cc characterClass, unsigned char *buffer); void SCI_METHOD StartStyling(int position, char mask); bool SCI_METHOD SetStyleFor(int length, char style); bool SCI_METHOD SetStyles(int length, const char *styles); -- cgit v1.2.3