SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,14 @@
--- 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
{