fd4a72dd88
and most importantly, have it use Tcl/Tk 8.5 instead of 8.4. ok sebastia@, sthen@
13 lines
375 B
Plaintext
13 lines
375 B
Plaintext
$OpenBSD: patch-cdplayer_cc,v 1.2 2011/10/31 16:55:41 stu Exp $
|
|
--- cdplayer.cc.orig Tue Feb 2 18:28:24 1999
|
|
+++ cdplayer.cc Sun Oct 30 13:07:48 2011
|
|
@@ -29,7 +29,7 @@ class button { (private)
|
|
public:
|
|
button (char *s) {state=0; strcpy (name, s);}
|
|
~button () {}
|
|
- set (int i) {
|
|
+ void set (int i) {
|
|
if (state != i) {
|
|
state = i;
|
|
if (state == 0)
|