summaryrefslogtreecommitdiff
path: root/audio/xamp/patches/patch-aw
blob: 4710903f73bd43965c16accaaa599cfb7cdf0fdc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aw,v 1.1 2004/05/11 12:18:37 wiz Exp $

--- QMyListBox.cpp.orig	1997-08-30 18:08:16.000000000 +0200
+++ QMyListBox.cpp
@@ -6,7 +6,7 @@
  */
 #include "QMyListBox.h"
 
-QMyListBox::QMyListBox(QWidget *parent=0, const char *name=0, WFlags f=0) 
+QMyListBox::QMyListBox(QWidget *parent, const char *name, WFlags f) 
   : QListBox(parent, name, f) {
 }