[haiku-commits] haiku: hrev44327 - headers/os/interface

  • From: anevilyak@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Fri, 13 Jul 2012 01:38:35 +0200 (CEST)

hrev44327 adds 1 changeset to branch 'master'
old head: 639ac47052e9c01a2a00f38e5a09bfe3bd53dc2c
new head: 0e20120117d4fa86db87a969d1f1181dd70c674f

----------------------------------------------------------------------------

0e20120: Fix build, header changes were forgotten in previous commit.

                                      [ Rene Gollent <anevilyak@xxxxxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrev44327
Commit:      0e20120117d4fa86db87a969d1f1181dd70c674f
URL:         http://cgit.haiku-os.org/haiku/commit/?id=0e20120
Author:      Rene Gollent <anevilyak@xxxxxxxxx>
Date:        Thu Jul 12 23:38:09 2012 UTC

----------------------------------------------------------------------------

1 file changed, 3 insertions(+)
headers/os/interface/TextView.h |    3 +++

----------------------------------------------------------------------------

diff --git a/headers/os/interface/TextView.h b/headers/os/interface/TextView.h
index a4e78a7..80edc7f 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;


Other related posts: