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