Skip to content
Snippets Groups Projects
Commit 2821dd44 authored by Paul Nitzke's avatar Paul Nitzke
Browse files

Fix: Correct package name for some Convert classes

parent 5e341f3c
No related branches found
No related tags found
1 merge request!35Fix: Correct package name for some Convert classes
using Antlr4.Runtime;
using Antlr4.Runtime.Misc;
namespace Transform.Convert
namespace SparseTransform.Convert
{
public class EListener : IAntlrErrorListener<IToken>
{
......
using Antlr4.Runtime;
using SparseTransform.DataStructures;
using Transform.Convert;
using SparseTransform.Convert;
namespace SparseTransform.Convert
{
......
using Antlr4.Runtime.Misc;
using SparseTransform.Convert;
namespace Transform.Convert
namespace SparseTransform.Convert
{
public class VisitorHeader : MMFHeaderBaseVisitor<bool>
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment