ports/misc/cdrdao/patches/patch-trackdb_FormatConverter_h

15 lines
345 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
--- trackdb/FormatConverter.h.orig Fri May 21 22:03:00 2010
+++ trackdb/FormatConverter.h Fri May 21 22:03:10 2010
@@ -27,8 +27,11 @@
#include "TrackData.h"
#include "Toc.h"
+class Toc;
+
// Quick abstract class declarations. Format converters should derive
// their own FormatSupport and FormatSupportManager.
+
class FormatSupport
{