Skip to content

Commit

Permalink
added fileName property to FileReport class
Browse files Browse the repository at this point in the history
  • Loading branch information
audionuma committed Apr 17, 2013
1 parent 78fa072 commit c197489
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions r128x-gui/FileReport.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

@interface FileReport : NSObject
@property NSString *filePath;
@property NSString *fileName;
@property double il, lra;
@property Float32 maxTP;
@property SInt32 status;
Expand Down
2 changes: 1 addition & 1 deletion r128x-gui/FileReport.m
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ - (id) initWithPath: (NSString *) thePath {


self.filePath = thePath;

self.fileName = [self.filePath lastPathComponent];



Expand Down

0 comments on commit c197489

Please sign in to comment.