1
0
mirror of https://github.com/twiglet/cs2j.git synced 2025-01-18 13:15:17 +01:00

Fix namespace for test version of Options.cs to avoid warnings (at least)

This commit is contained in:
Kevin Glynn 2010-10-28 16:55:49 +02:00
parent e060727f03
commit 75d5812a1a

View File

@ -143,7 +143,7 @@ using System.Linq;
using NDesk.Options;
#endif
namespace NDesk.Options {
namespace cs2jTest.NDesk.Options {
public class OptionValueCollection : IList, IList<string> {