Commit 95475feb3b4a8e4224167ffab98bb5ea7e8b7b87

Authored by Carlos Picanco
1 parent fb68d148
Exists in master

minor fix

Showing 1 changed file with 5 additions and 0 deletions   Show diff stats
form_chooseactor.pas
@@ -103,5 +103,10 @@ begin @@ -103,5 +103,10 @@ begin
103 103
104 end; 104 end;
105 105
  106 +procedure TFormChooseActor.ShowResumeButton;
  107 +begin
  108 +
  109 +end;
  110 +
106 end. 111 end.
107 112