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

Merge branch 'package-fix' into 'master'

Fix: Correct package name for some Convert classes

See merge request !35
parents 5e341f3c 2821dd44
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.
Finish editing this message first!
Please register or to comment