From f61756ccb21fdd1893e13c1528fe04cfce4a7c6e Mon Sep 17 00:00:00 2001 From: Neil Date: Thu, 22 Aug 2024 08:53:16 +1000 Subject: Feature [feature-requests:#1524]. Use same name in declaration and definition. --- src/Editor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Editor.h b/src/Editor.h index e42f36573..0cfdaf64e 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -505,7 +505,7 @@ protected: // ScintillaBase subclass needs access to much of Editor virtual int KeyDefault(Scintilla::Keys /* key */, Scintilla::KeyMod /*modifiers*/); int KeyDownWithModifiers(Scintilla::Keys key, Scintilla::KeyMod modifiers, bool *consumed); - void Indent(bool forwards, bool lineTab); + void Indent(bool forwards, bool lineIndent); virtual std::unique_ptr CaseFolderForEncoding(); Sci::Position FindText(Scintilla::uptr_t wParam, Scintilla::sptr_t lParam); -- cgit v1.2.3