diff options
| author | Rene Gollent <anevilyak@gmail.com> | 2012-07-12 19:38:09 -0400 |
|---|---|---|
| committer | Rene Gollent <anevilyak@gmail.com> | 2012-07-12 19:38:09 -0400 |
| commit | 0e20120117d4fa86db87a969d1f1181dd70c674f (patch) | |
| tree | c19bda3d755bff231c9981e9116384e78eb87c43 | |
| parent | 639ac47052e9c01a2a00f38e5a09bfe3bd53dc2c (diff) | |
Fix build, header changes were forgotten in previous commit.hrev44327
| -rw-r--r-- | headers/os/interface/TextView.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/headers/os/interface/TextView.h b/headers/os/interface/TextView.h index a4e78a79c6..80edc7fc2e 100644 --- a/headers/os/interface/TextView.h +++ b/headers/os/interface/TextView.h @@ -410,6 +410,9 @@ private: void _ShowContextMenu(BPoint where); + void _FilterDisallowedChars(char* text, int32& len, + text_run_array* runArray); + private: BPrivate::TextGapBuffer* fText; LineBuffer* fLines; |
