Skip to content

Commit

Permalink
Code review fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Joaquin Anton <[email protected]>
  • Loading branch information
jantonguirao committed Apr 18, 2024
1 parent dccfd58 commit 957065e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dali/operators/reader/loader/discover_files.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ struct FileDiscoveryOptions {
* @brief Finds all (file, label, size) information, following the criteria given by opts.
*/
DLL_PUBLIC vector<FileLabelEntry> discover_files(const std::string &file_root,
const FileDiscoveryOptions &opts);
const FileDiscoveryOptions &opts);

} // namespace dali

Expand Down

0 comments on commit 957065e

Please sign in to comment.