mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-03 02:41:21 +02:00
Merge branch 'master' into pu/mp
This commit is contained in:
@@ -28,8 +28,6 @@
|
||||
#include "widget/menue.h"
|
||||
#include <gui/widget/hintbox.h>
|
||||
|
||||
using namespace std;
|
||||
|
||||
struct devtool_s {
|
||||
std::string fmt;
|
||||
std::string fsck;
|
||||
@@ -65,7 +63,7 @@ class CHDDMenuHandler : public CMenuTarget
|
||||
};
|
||||
std::vector<hdd_s> hdd_list;
|
||||
std::set<std::string> kernel_fs_list;
|
||||
struct cmp_hdd_by_name: public binary_function <const struct hdd_s, const struct hdd_s, bool>
|
||||
struct cmp_hdd_by_name: public std::binary_function <const struct hdd_s, const struct hdd_s, bool>
|
||||
{
|
||||
bool operator() (const struct hdd_s &c1, const struct hdd_s &c2)
|
||||
{
|
||||
|
Reference in New Issue
Block a user