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
1 changed files with 2 additions and 2 deletions

View File

@ -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;