]> git.pld-linux.org Git - packages/audacity.git/commitdiff
- one more explicit parameter needed on 64-bit archs
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 3 May 2005 15:16:47 +0000 (15:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    audacity-types.patch -> 1.1

audacity-types.patch [new file with mode: 0644]

diff --git a/audacity-types.patch b/audacity-types.patch
new file mode 100644 (file)
index 0000000..e91e540
--- /dev/null
@@ -0,0 +1,11 @@
+--- audacity-src-1.2.3/src/effects/ToneGen.cpp.orig    2004-11-18 07:17:30.000000000 +0100
++++ audacity-src-1.2.3/src/effects/ToneGen.cpp 2005-05-03 16:39:11.000000000 +0200
+@@ -280,7 +280,7 @@
+    item2->Add(item3, 0, wxALIGN_CENTRE | wxALL, 5);
+    wxChoice *item4 = new wxChoice(parent, ID_WAVEFORM, wxDefaultPosition,
+-                                  wxSize(80, -1), 0, NULL);
++                                  wxSize(80, -1), 0, NULL, 0);
+    item2->Add(item4, 0, wxALIGN_CENTRE | wxALL, 5);
+    item0->Add(item2, 1, wxALIGN_CENTRE | wxALL, 5);
This page took 0.16432 seconds and 4 git commands to generate.