diff options
Diffstat (limited to 'Software/Visual_Studio/Tango.Integration/Storage/StorageDrive.cs')
| -rw-r--r-- | Software/Visual_Studio/Tango.Integration/Storage/StorageDrive.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.Integration/Storage/StorageDrive.cs b/Software/Visual_Studio/Tango.Integration/Storage/StorageDrive.cs index 91dce12f5..28f390bc9 100644 --- a/Software/Visual_Studio/Tango.Integration/Storage/StorageDrive.cs +++ b/Software/Visual_Studio/Tango.Integration/Storage/StorageDrive.cs @@ -7,7 +7,7 @@ using Tango.Core; namespace Tango.Integration.Storage { - public class StorageDrive : StorageItem + public class StorageDrive : ExtendedObject { public long Capacity { get; set; } public long FreeSpace { get; set; } |
