Fix indentation and match parameter names with .cpp.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user