summaryrefslogtreecommitdiff
path: root/UChecksum.pas
diff options
context:
space:
mode:
Diffstat (limited to 'UChecksum.pas')
-rw-r--r--UChecksum.pas13
1 files changed, 7 insertions, 6 deletions
diff --git a/UChecksum.pas b/UChecksum.pas
index c6099a6..35bb7a1 100644
--- a/UChecksum.pas
+++ b/UChecksum.pas
@@ -66,12 +66,13 @@ implementation
uses ULocale, UCoreUtils, ULibc, UCore, DateUtils;
type TFileListItem = class
- CRC: LongWord;
- MD5: string;
- Name, FullPath: string;
- Status: byte;
- IsMD5: boolean;
- Size: Int64;
+ public
+ CRC: LongWord;
+ MD5: string;
+ Name, FullPath: string;
+ Status: byte;
+ IsMD5: boolean;
+ Size: Int64;
end;