Rename namespace.

This commit is contained in:
2020-02-27 00:33:26 +00:00
parent 8a05685e33
commit 4ade64cfc9
1077 changed files with 4071 additions and 4118 deletions

View File

@@ -40,9 +40,9 @@ using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using DiscImageChef.CommonTypes.Interfaces;
using Aaru.CommonTypes.Interfaces;
namespace DiscImageChef.Filters
namespace Aaru.Filters
{
public class Register : IPluginRegister
{