diff options
Diffstat (limited to 'games-util/agistudio/files/agistudio-1.2.1-gcc41.patch')
-rw-r--r-- | games-util/agistudio/files/agistudio-1.2.1-gcc41.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games-util/agistudio/files/agistudio-1.2.1-gcc41.patch b/games-util/agistudio/files/agistudio-1.2.1-gcc41.patch new file mode 100644 index 000000000000..b73508f60eed --- /dev/null +++ b/games-util/agistudio/files/agistudio-1.2.1-gcc41.patch @@ -0,0 +1,11 @@ +--- src/midi.cpp.old 2006-05-28 17:05:38.000000000 +0200 ++++ src/midi.cpp 2006-05-28 17:06:28.000000000 +0200 +@@ -266,7 +266,7 @@ + class MyFileDialog : public QFileDialog + { + public: +- MyFileDialog::MyFileDialog( QWidget* parent, const char* name ) : ++ MyFileDialog( QWidget* parent, const char* name ) : + QFileDialog( parent, name ) + { + QLabel* label = new QLabel( "Channel instruments", this ); |