mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-24 20:40:40 +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;
|
function TDaemonMapperDescriptor.GetInterfaceUsesSection: String;
|
||||||
begin
|
begin
|
||||||
Result:=inherited GetInterfaceUsesSection+', LResources, daemonapp';
|
Result:=inherited GetInterfaceUsesSection+', daemonapp';
|
||||||
end;
|
end;
|
||||||
|
|
||||||
function TDaemonMapperDescriptor.GetImplementationSource(const Filename,
|
function TDaemonMapperDescriptor.GetImplementationSource(const Filename,
|
||||||
|
Loading…
Reference in New Issue
Block a user