hedgewars/uFLTypes.pas
branchqmlfrontend
changeset 10420 02c573d19224
parent 10418 091d2c0216c3
child 10428 7c25297720f1
--- a/hedgewars/uFLTypes.pas	Sun Sep 21 00:37:50 2014 +0400
+++ b/hedgewars/uFLTypes.pas	Mon Sep 22 02:10:39 2014 +0400
@@ -6,7 +6,7 @@
                    len: Longword;
                    buf: Pointer
                end;
-    TIPCCallback = procedure (p: pointer; len: byte; msg: PChar);
+    TIPCCallback = procedure (p: pointer; msg: PChar; len: Longword);
 
 implementation