aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRene Gollent <anevilyak@gmail.com>2012-07-12 19:47:04 -0400
committerRene Gollent <anevilyak@gmail.com>2012-07-12 19:47:04 -0400
commit639e18555f1572f33cd19d94701f6eae8062cfe4 (patch)
treea11c8b5b984c44ebcef214fb0bf691918192e9c3
parent29c5696ed7995bc6ed21e243b66d95402d0115c7 (diff)
Fix indentation and match parameter names with .cpp.hrev44329
-rw-r--r--headers/os/interface/TextView.h4
1 files 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;