1
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-05-04 22:19:38 +00:00

57_Calendar: avoid warning about prototype

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@13254 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
borisneubert 2017-01-27 19:39:58 +00:00
parent 7778b72c4f
commit 9d01466e83

View File

@ -658,6 +658,8 @@ sub clear($) {
package ICal::Entry;
sub getNextMonthlyDateByDay($$$);
sub new($$) {
my $class= shift;
my ($type)= @_;