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:
authorSlic3rPE <slic3r@Slic3rPEs-MacBook-Pro.local>2019-12-10 13:17:12 +0300
committerDavid Kocik <kocikdav@gmail.com>2019-12-13 15:51:45 +0300
commitc3653589f6cec74a9a4241c9de55e28c178cd6d6 (patch)
treebdd9da268b6a901df0792c8d4c7180526ea67e0c /src/slic3r/GUI/RemovableDriveManager.hpp
parente0a12342da33ea2e79b06777c5579294094353ed (diff)
macos implementation
Diffstat (limited to 'src/slic3r/GUI/RemovableDriveManager.hpp')
-rw-r--r--src/slic3r/GUI/RemovableDriveManager.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/slic3r/GUI/RemovableDriveManager.hpp b/src/slic3r/GUI/RemovableDriveManager.hpp
index 04bbe48b5..c4f55029b 100644
--- a/src/slic3r/GUI/RemovableDriveManager.hpp
+++ b/src/slic3r/GUI/RemovableDriveManager.hpp
@@ -55,10 +55,12 @@ private:
void *m_rdmmm;
void register_window();
//void list_devices();
+ 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);
#else
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
};
}}
-#endif \ No newline at end of file
+#endif