We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abf9873 commit 4c2d8beCopy full SHA for 4c2d8be
src/Files.App.Storage/Storables/Native/NativeStorable.cs
@@ -12,7 +12,7 @@ namespace Files.App.Storage.Storables
12
/// <summary>
13
/// Represents a storable that is natively supported by Windows Shell API.
14
/// </summary>
15
- public abstract class NativeStorable, INativeStorable
+ public abstract class NativeStorable : INativeStorable
16
{
17
/// <inheritdoc/>
18
/// <remarks>
0 commit comments