File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
libs/openFrameworks/utils Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1382,7 +1382,7 @@ void ofDirectory::allowExt(const std::string& extension){
1382
1382
}
1383
1383
1384
1384
// ------------------------------------------------------------------------------------------------------------
1385
- std::size_t ofDirectory::listDir (const std::string & directory){
1385
+ std::size_t ofDirectory::listDir (const of::filesystem::path & directory){
1386
1386
open (directory);
1387
1387
return listDir ();
1388
1388
}
Original file line number Diff line number Diff line change @@ -1017,7 +1017,7 @@ class ofDirectory{
1017
1017
// /
1018
1018
// / \param path directory path
1019
1019
// / \returns number of paths found
1020
- std::size_t listDir (const std::string & path);
1020
+ std::size_t listDir (const of::filesystem::path & path);
1021
1021
1022
1022
// / Open and read the contents of the current directory.
1023
1023
// /
You can’t perform that action at this time.
0 commit comments