File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2425,7 +2425,7 @@ void IGFD::FileManager::SelectAllFileNames() {
24252425 }
24262426}
24272427
2428- void IGFD::FileManager::SelectFileName (const FileDialogInternal& vFileDialogInternal, const std::shared_ptr<FileInfos>& vInfos) {
2428+ void IGFD::FileManager::SelectFileName (const std::shared_ptr<FileInfos>& vInfos) {
24292429 if (!vInfos.use_count ()) {
24302430 return ;
24312431 }
Original file line number Diff line number Diff line change @@ -651,7 +651,7 @@ class IGFD_API FileManager {
651651 void SetDefaultFileName (const std::string& vFileName);
652652 bool SelectDirectory (const std::shared_ptr<FileInfos>& vInfos); // enter directory
653653 void SelectAllFileNames ();
654- void SelectFileName (const FileDialogInternal& vFileDialogInternal, const std::shared_ptr<FileInfos>& vInfos); // add a filename in selection
654+ void SelectFileName (const std::shared_ptr<FileInfos>& vInfos); // add a filename in selection
655655 void SelectOrDeselectFileName (const FileDialogInternal& vFileDialogInternal, const std::shared_ptr<FileInfos>& vInfos); // add/remove a filename in selection
656656 void SetCurrentDir (const std::string& vPath); // define current directory for scan
657657 void ScanDir (const FileDialogInternal& vFileDialogInternal,
You can’t perform that action at this time.
0 commit comments