mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Access violation
This commit is contained in:
parent
cae3081623
commit
4f7eb489a3
1 changed files with 7 additions and 0 deletions
|
|
@ -18,6 +18,8 @@ type
|
|||
TWcxArchiveExecuteOperation = class(TFileSourceExecuteOperation)
|
||||
private
|
||||
FWcxArchiveFileSource: IWcxArchiveFileSource;
|
||||
protected
|
||||
procedure DoReloadFileSources; override;
|
||||
public
|
||||
{en
|
||||
@param(aTargetFileSource
|
||||
|
|
@ -42,6 +44,11 @@ implementation
|
|||
uses
|
||||
fPackInfoDlg, uMasks, uGlobs;
|
||||
|
||||
procedure TWcxArchiveExecuteOperation.DoReloadFileSources;
|
||||
begin
|
||||
// Empty
|
||||
end;
|
||||
|
||||
constructor TWcxArchiveExecuteOperation.Create(
|
||||
aTargetFileSource: IFileSource;
|
||||
var aExecutableFile: TFile;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue