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

10 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
{