1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/net/irrtoolset/files/patch-ak

12 lines
349 B
Plaintext
Raw Normal View History

--- 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()));