|
Line 0
Link Here
|
|
|
1 |
--- src/sheet.cc.orig Mon Dec 23 04:01:02 2002 |
| 2 |
+++ src/sheet.cc Mon Dec 23 04:01:05 2002 |
| 3 |
@@ -1142,7 +1142,7 @@ |
| 4 |
if (!Obj->HasText()) return; |
| 5 |
|
| 6 |
OldText = ((TCADTextObject *)Obj)->GetText(); |
| 7 |
- TextEditBox(OldText,NULL,EditTextCallback,this); |
| 8 |
+ TextEditBox(OldText,NULL,(void(*)(char*,void*))EditTextCallback,this); |
| 9 |
free(OldText); |
| 10 |
} |
| 11 |
|