diff options
Diffstat (limited to '')
-rw-r--r-- | src/base/USongs.pas | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/base/USongs.pas b/src/base/USongs.pas index 9d44a086..a7231cb3 100644 --- a/src/base/USongs.pas +++ b/src/base/USongs.pas @@ -73,9 +73,9 @@ type end; TScore = record - Name: widestring; - Score: integer; - Length: string; + Name: widestring; + Score: integer; + Length: string; end; {$IFDEF USE_PSEUDO_THREAD} @@ -107,7 +107,7 @@ type procedure BrowseXMLFiles(Dir: widestring); procedure Sort(Order: integer); function FindSongFile(Dir, Mask: widestring): widestring; - property Processing boolean read fProcessing; + property Processing: boolean read fProcessing; end; |