From 5339366680078bfd5925df4639fd03cd58bb6a7f Mon Sep 17 00:00:00 2001 From: Rene Gollent Date: Sun, 12 May 2013 22:17:52 -0400 Subject: [PATCH] Fix gcc2 build. --- src/apps/debugger/user_interface/gui/team_window/SourceView.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/apps/debugger/user_interface/gui/team_window/SourceView.h b/src/apps/debugger/user_interface/gui/team_window/SourceView.h index 9acd586356..efe25e6f71 100644 --- a/src/apps/debugger/user_interface/gui/team_window/SourceView.h +++ b/src/apps/debugger/user_interface/gui/team_window/SourceView.h @@ -63,6 +63,10 @@ private: class MarkerView; class TextView; + // for gcc2 + friend class TextView; + friend class MarkerView; + struct FontInfo { BFont font; font_height fontHeight;