Use std algorithme in view/grid
This commit is contained in:
@@ -40,6 +40,11 @@ struct Operation {
|
||||
bool meta;
|
||||
bool _virtual;
|
||||
std::vector<wxString> childs;
|
||||
|
||||
bool operator == (const wxString& opId)
|
||||
{
|
||||
return id == opId;
|
||||
}
|
||||
} ;
|
||||
|
||||
bool sortOperations(const Operation& op1, const Operation& op2);
|
||||
|
||||
Reference in New Issue
Block a user