Skip to content

Commit 4c2d8be

Browse files
authored
Update NativeStorable.cs
1 parent abf9873 commit 4c2d8be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Files.App.Storage/Storables/Native/NativeStorable.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ namespace Files.App.Storage.Storables
1212
/// <summary>
1313
/// Represents a storable that is natively supported by Windows Shell API.
1414
/// </summary>
15-
public abstract class NativeStorable, INativeStorable
15+
public abstract class NativeStorable : INativeStorable
1616
{
1717
/// <inheritdoc/>
1818
/// <remarks>

0 commit comments

Comments
 (0)