Browse Source

build gcc3.2

David Rose 23 years ago
parent
commit
3513cf8684
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/text/dynamicTextPage.h

+ 1 - 1
panda/src/text/dynamicTextPage.h

@@ -80,7 +80,7 @@ public:
 private:
   static TypeHandle _type_handle;
 
-  friend DynamicTextFont;
+  friend class DynamicTextFont;
 };
 
 #include "dynamicTextPage.I"