mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 01:57:57 +02:00
daemon component: fixed creating deamon application units.
git-svn-id: trunk@11249 -
This commit is contained in:
parent
bc0f08b7c5
commit
d2eb15ce52
@ -107,7 +107,7 @@ end;
|
||||
|
||||
function TDaemonFileDescriptor.GetInterfaceUsesSection: String;
|
||||
begin
|
||||
Result:=inherited GetInterfaceUsesSection+', LResources, daemonapp';
|
||||
Result:=inherited GetInterfaceUsesSection+', daemonapp';
|
||||
end;
|
||||
|
||||
function TDaemonFileDescriptor.GetImplementationSource(const Filename,
|
||||
|
Loading…
Reference in New Issue
Block a user