summaryrefslogtreecommitdiff
path: root/net-mgmt/irrtoolset/files/patch-ak
blob: 05060ae5f711f6b97b7d440e22471a51da74dec9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/aoe/TclLabel.cc.orig	Sat Nov 27 18:45:09 1999
+++ src/aoe/TclLabel.cc	Sat Nov 27 18:45:24 1999
@@ -47,7 +47,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()));