mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-11 17:59:17 +00:00
Fix #825 properly
This commit is contained in:
@@ -21,7 +21,7 @@ namespace QuickLook.Plugin.ImageViewer.AnimatedImage.Providers
|
||||
{
|
||||
internal class DcrawProvider : NativeProvider
|
||||
{
|
||||
public DcrawProvider(string path, MetaProvider meta) : base(path, meta)
|
||||
public DcrawProvider(Uri path, MetaProvider meta) : base(path, meta)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
Reference in New Issue
Block a user