patch-trackdb_FormatConverter_h 425 B

12345678910111213141516
  1. $OpenBSD: patch-trackdb_FormatConverter_h,v 1.1 2010/05/21 20:30:52 espie Exp $
  2. --- trackdb/FormatConverter.h.orig Fri May 21 22:03:00 2010
  3. +++ trackdb/FormatConverter.h Fri May 21 22:03:10 2010
  4. @@ -27,8 +27,11 @@
  5. #include "TrackData.h"
  6. #include "Toc.h"
  7. +class Toc;
  8. +
  9. // Quick abstract class declarations. Format converters should derive
  10. // their own FormatSupport and FormatSupportManager.
  11. +
  12. class FormatSupport
  13. {