summaryrefslogtreecommitdiff
path: root/audio/spiralsynth/patches/patch-ag
blob: 7e4a7a29d7ed9ee08efd94a7ac4f98ed0a7ff4d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ag,v 1.1 2003/12/19 16:48:06 ben Exp $

--- GUI/OutputGUI.C.orig	2000-11-26 07:52:39.000000000 -0800
+++ GUI/OutputGUI.C
@@ -26,7 +26,7 @@ OutputGUI::OutputGUI(Output *o)
 	if (!m_out) cerr<<"WARNING: Output not correctly set up"<<endl;
 }
 		
-void OutputGUI::CreateGUI(int xoff=0, int yoff=0, char *name)
+void OutputGUI::CreateGUI(int xoff, int yoff, char *name)
 {
 	 Fl_Group* o = GUIMixGroup = new Fl_Group(xoff, yoff, 85, 110, name);
       o->type(1);