mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Make PluginBase a singleton.
This commit is contained in:
@@ -31,7 +31,6 @@
|
||||
// ****************************************************************************/
|
||||
|
||||
using System;
|
||||
using Aaru.CommonTypes;
|
||||
using Aaru.CommonTypes.Interfaces;
|
||||
using Aaru.Console;
|
||||
|
||||
@@ -47,7 +46,7 @@ public static class ImageFormat
|
||||
{
|
||||
try
|
||||
{
|
||||
PluginBase plugins = GetPluginBase.Instance;
|
||||
PluginBase plugins = PluginBase.Singleton;
|
||||
|
||||
IBaseImage imageFormat = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user