541f8b7513
to make this compile with gcc3.
13 lines
582 B
Text
13 lines
582 B
Text
$NetBSD: patch-ah,v 1.1 2005/02/22 16:35:55 wiz Exp $
|
|
|
|
--- src/qt/qthumaniface.cpp.orig 2002-01-09 19:34:33.000000000 +0100
|
|
+++ src/qt/qthumaniface.cpp
|
|
@@ -48,7 +48,7 @@ static int qt_buttons_order[] = {
|
|
/*--------------------------------------------------------------------------*/
|
|
|
|
QtHumanIface::QtHumanIface(void *_config, int _side,
|
|
- QWidget *parent = 0, const char *name = 0)
|
|
+ QWidget *parent, const char *name)
|
|
: QtIface(_config, _side, parent, name)
|
|
{
|
|
QGridLayout *grid = new QGridLayout(this, 5, 3, 5, 5);
|