Fix gcc2 build.

This commit is contained in:
Rene Gollent 2013-05-12 22:17:52 -04:00
parent 42d73abab9
commit 5339366680

View File

@ -63,6 +63,10 @@ private:
class MarkerView;
class TextView;
// for gcc2
friend class TextView;
friend class MarkerView;
struct FontInfo {
BFont font;
font_height fontHeight;