Explorar el Código

* Fixes in interface

Michael VAN CANNEYT hace 2 años
padre
commit
e938c22080
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/fcl-extra/src/unix/daemonapp.inc

+ 1 - 1
packages/fcl-extra/src/unix/daemonapp.inc

@@ -157,7 +157,7 @@ begin
   Main(0,Nil);
 end;
 
-procedure TDaemonController.Main(Argc: DWord; Args: PPAnsiChar);
+procedure TDaemonController.Main(Argc: DWord; Args: PPChar);
 
 Var
   T : TThread;