Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Kocik <kocikdav@gmail.com>2019-11-28 18:35:22 +0300
committerDavid Kocik <kocikdav@gmail.com>2019-12-13 15:51:45 +0300
commit17b146c0a36937287beb519040a7b4446c00935a (patch)
tree37d0517c7712944faa8b80adacc47c96b8ff3c91 /src/slic3r/GUI/RemovableDriveManager.hpp
parent735308b794bb84d0a34c4e67de14f9836168abc3 (diff)
search for rd as root
Diffstat (limited to 'src/slic3r/GUI/RemovableDriveManager.hpp')
-rw-r--r--src/slic3r/GUI/RemovableDriveManager.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/slic3r/GUI/RemovableDriveManager.hpp b/src/slic3r/GUI/RemovableDriveManager.hpp
index f3abc4207..43e47a086 100644
--- a/src/slic3r/GUI/RemovableDriveManager.hpp
+++ b/src/slic3r/GUI/RemovableDriveManager.hpp
@@ -41,7 +41,8 @@ private:
#if _WIN32
void register_window();
#else
- void search_path(const std::string &path, const dev_t &parentDevID);
+ void search_path(const std::string &path, const std::string &parent_path);
+ bool compare_filesystem_id(const std::string &path_a, const std::string &path_b);
#endif
};
}}