aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.Integration/Storage/StorageFile.cs
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-11-29 13:15:09 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-11-29 13:15:09 +0200
commit9e6d1ddfb42c4e8357bd75c2b1d6f84df1ea1966 (patch)
tree131c98a3b19bfca2ce81259f8921c409fda7bee7 /Software/Visual_Studio/Tango.Integration/Storage/StorageFile.cs
parentac3c227bb5d12339fee6fb4c243f3a5f67217915 (diff)
downloadTango-9e6d1ddfb42c4e8357bd75c2b1d6f84df1ea1966.tar.gz
Tango-9e6d1ddfb42c4e8357bd75c2b1d6f84df1ea1966.zip
Working on machine studio storage module.
Diffstat (limited to 'Software/Visual_Studio/Tango.Integration/Storage/StorageFile.cs')
-rw-r--r--Software/Visual_Studio/Tango.Integration/Storage/StorageFile.cs2
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; }
}
}