2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 16:56:54 +00:00

57_Calendar: avoid warning about prototype

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

View File

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