diff options
Diffstat (limited to 'Software/Visual_Studio/Tango.Integration/Storage/StorageFile.cs')
| -rw-r--r-- | Software/Visual_Studio/Tango.Integration/Storage/StorageFile.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.Integration/Storage/StorageFile.cs b/Software/Visual_Studio/Tango.Integration/Storage/StorageFile.cs index 069b1743d..06c966649 100644 --- a/Software/Visual_Studio/Tango.Integration/Storage/StorageFile.cs +++ b/Software/Visual_Studio/Tango.Integration/Storage/StorageFile.cs @@ -9,6 +9,6 @@ namespace Tango.Integration.Storage { public class StorageFile : StorageItem { - public int Length { get; set; } + public long Length { get; set; } } } |
