Fix gcc2 build.

This commit is contained in:
Rene Gollent
2013-05-12 22:17:52 -04:00
parent 42d73abab9
commit 5339366680
@@ -63,6 +63,10 @@ private:
class MarkerView; class MarkerView;
class TextView; class TextView;
// for gcc2
friend class TextView;
friend class MarkerView;
struct FontInfo { struct FontInfo {
BFont font; BFont font;
font_height fontHeight; font_height fontHeight;