diff options
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r-- | perl-install/install_steps.pm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 20b9649dc..cd3a94a2b 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -42,6 +42,10 @@ sub new($$) { return $o; } +sub charsetChanged { + my ($_o) = @_; +} + #-###################################################################################### #- In/Out Steps Functions #-###################################################################################### |