]> git.pld-linux.org Git - packages/festival.git/blob - festival-gcc4.patch
- gcc 4.1 fixes
[packages/festival.git] / festival-gcc4.patch
1 diff -ur festival.org/src/modules/clunits/clunits.h festival/src/modules/clunits/clunits.h
2 --- festival.org/src/modules/clunits/clunits.h  2001-07-05 12:19:09.000000000 +0000
3 +++ festival/src/modules/clunits/clunits.h      2006-04-01 20:36:30.552506750 +0000
4 @@ -83,9 +83,9 @@
5      CLfile *get_fileitem(const EST_String &name)
6         { return (CLfile *)fileindex.lookup(name); }
7      void load_coefs_sig(EST_Item *unit);
8 -    CLfile *CLDB::get_file_coefs_sig(const EST_String &fileid);
9 +    CLfile *get_file_coefs_sig(const EST_String &fileid);
10      void load_join_coefs(CLunit *unit);
11 -    CLfile *CLDB::get_file_join_coefs(const EST_String &fileid);
12 +    CLfile *get_file_join_coefs(const EST_String &fileid);
13  };
14  
15  
This page took 0.215598 seconds and 3 git commands to generate.