Skip to content
  • Rocky Bernstein's avatar
    gcc 3.4.3 gave this error: · 55f18a05
    Rocky Bernstein authored
      src/ft2_font.cpp: In member function `virtual GenericBitmap* FT2Font::drawString(const UString&, uint32_t, int) const':
      src/ft2_font.cpp:172: error: array bound forbidden after parenthesized type-id
      src/ft2_font.cpp:172: note: try removing the parentheses around the type-id
    
    Follow the suggestion.
    
    55f18a05