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:
parent
e060727f03
commit
75d5812a1a
@ -143,7 +143,7 @@ using System.Linq;
|
|||||||
using NDesk.Options;
|
using NDesk.Options;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
namespace NDesk.Options {
|
namespace cs2jTest.NDesk.Options {
|
||||||
|
|
||||||
public class OptionValueCollection : IList, IList<string> {
|
public class OptionValueCollection : IList, IList<string> {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user