From 639e18555f1572f33cd19d94701f6eae8062cfe4 Mon Sep 17 00:00:00 2001 From: Rene Gollent Date: Thu, 12 Jul 2012 19:47:04 -0400 Subject: [PATCH] Fix indentation and match parameter names with .cpp. --- headers/os/interface/TextView.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/headers/os/interface/TextView.h b/headers/os/interface/TextView.h index 80edc7fc2e..4d3e958f04 100644 --- a/headers/os/interface/TextView.h +++ b/headers/os/interface/TextView.h @@ -410,8 +410,8 @@ private: void _ShowContextMenu(BPoint where); - void _FilterDisallowedChars(char* text, int32& len, - text_run_array* runArray); + void _FilterDisallowedChars(char* text, + int32& length, text_run_array* runArray); private: BPrivate::TextGapBuffer* fText;