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

github.com/elfmz/far2l.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelfmz <fenix1905@tut.by>2022-10-29 23:04:59 +0300
committerelfmz <fenix1905@tut.by>2022-10-29 23:04:59 +0300
commit5f4ea8b9cf7eef926d32da2142eabec48936c2fc (patch)
tree4af058ec89fe3d627b8df239a9d29116303f7716 /far2l/src/Mounts.hpp
parent011b24338ab26b8d16b10b17d3f49d407907baaf (diff)
Location menu mountpoints customizations (touch #1378 #1379)
Diffstat (limited to 'far2l/src/Mounts.hpp')
-rw-r--r--far2l/src/Mounts.hpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/far2l/src/Mounts.hpp b/far2l/src/Mounts.hpp
index 8ed2a00c..6c029cc7 100644
--- a/far2l/src/Mounts.hpp
+++ b/far2l/src/Mounts.hpp
@@ -23,8 +23,12 @@ namespace Mounts
int id = -1;
};
- struct Enum : std::vector<Entry>
+ class Enum : public std::vector<Entry>
{
+ void AddMounts(bool &has_rootfs);
+ void AddFavorites(bool &has_rootfs);
+
+ public:
Enum(FARString &another_curdir);
size_t max_path = 4;