Skip to content

Commit 1a8c88e

Browse files
committed
Rename parameter 'c' to 'obj' to match the interface declaration.
1 parent f309d47 commit 1a8c88e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Ical.Net/CalendarObjectBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public class CalendarObjectBase : ICopyable, ILoadable
1111
/// Makes a deep copy of the <see cref="ICopyable"/> source
1212
/// to the current object. This method must be overridden in a derived class.
1313
/// </summary>
14-
public virtual void CopyFrom(ICopyable c)
14+
public virtual void CopyFrom(ICopyable obj)
1515
{
1616
throw new NotImplementedException("Must be implemented in a derived class.");
1717
}

0 commit comments

Comments
 (0)