Fix build, header changes were forgotten in previous commit.

This commit is contained in:
Rene Gollent 2012-07-12 19:38:09 -04:00
parent 639ac47052
commit 0e20120117

View File

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