mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 17:18:17 +02:00
daemon component: fixed creating deamon application units (second part)
git-svn-id: trunk@11250 -
This commit is contained in:
parent
d2eb15ce52
commit
c067201ed8
@ -238,7 +238,7 @@ end;
|
||||
|
||||
function TDaemonMapperDescriptor.GetInterfaceUsesSection: String;
|
||||
begin
|
||||
Result:=inherited GetInterfaceUsesSection+', LResources, daemonapp';
|
||||
Result:=inherited GetInterfaceUsesSection+', daemonapp';
|
||||
end;
|
||||
|
||||
function TDaemonMapperDescriptor.GetImplementationSource(const Filename,
|
||||
|
Loading…
Reference in New Issue
Block a user