Fix indentation and match parameter names with .cpp.

This commit is contained in:
Rene Gollent 2012-07-12 19:47:04 -04:00
parent 29c5696ed7
commit 639e18555f

View File

@ -410,8 +410,8 @@ private:
void _ShowContextMenu(BPoint where); void _ShowContextMenu(BPoint where);
void _FilterDisallowedChars(char* text, int32& len, void _FilterDisallowedChars(char* text,
text_run_array* runArray); int32& length, text_run_array* runArray);
private: private:
BPrivate::TextGapBuffer* fText; BPrivate::TextGapBuffer* fText;