mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
8fb1a5c117
Requested by: rgrimes Submitted by: Ade Lovett <ade@lovett.com>
12 lines
349 B
Plaintext
12 lines
349 B
Plaintext
--- src/aoe/TclLabel.cc.orig Thu Apr 23 21:52:07 1998
|
|
+++ src/aoe/TclLabel.cc Mon Nov 29 09:15:11 1999
|
|
@@ -45,7 +45,7 @@
|
|
#include "TclLabel.hh"
|
|
#include "TclApp.hh"
|
|
|
|
-TclLabel::clear(void)
|
|
+int TclLabel::clear(void)
|
|
{
|
|
TclApplication *pcApp = (TclApplication *)getExtraArgument();
|
|
return (pcApp->evalf("%s configure -text {}", getName()));
|