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