1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/audio/tse3/files/patch-src__tse3__cmd__Phrase.h
Martin Wilke ce5f529143 - Fix build with GCC 4.x
PR:		133310
Submitted by:	Ports Fury
2009-04-03 08:52:54 +00:00

11 lines
251 B
C++

--- src/tse3/cmd/Phrase.h.orig 2005-07-25 20:22:38.000000000 +0900
+++ src/tse3/cmd/Phrase.h 2009-04-02 13:01:31.000000000 +0900
@@ -29,6 +29,7 @@
class Phrase;
class Song;
class Part;
+ class PhraseEdit;
namespace Cmd
{