opnsense-ports/audio/spiralloops/files/patch-GUI_OutputGUI.C
Franco Fichtner 6e79da282a */*: sync with upstream
Taken from: FreeBSD
2016-07-27 07:58:02 +02:00

11 lines
402 B
C

--- GUI/OutputGUI.C.orig Wed Nov 22 13:13:17 2006
+++ GUI/OutputGUI.C Wed Nov 22 13:13:32 2006
@@ -26,7 +26,7 @@
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);