Files
2013-09-26 17:14:40 +02:00

14 lines
467 B
Plaintext

$NetBSD: patch-ag,v 1.2 2004/11/25 17:24:27 ben Exp $
--- GUI/OutputGUI.C.orig Sun Jun 2 14:36:16 2002
+++ GUI/OutputGUI.C
@@ -26,7 +26,7 @@ OutputGUI::OutputGUI(OSSOutput *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);