Added action validation
This commit is contained in:
@@ -32,6 +32,7 @@ private:
|
||||
public:
|
||||
const EltVec &elts() const { return elts_; }
|
||||
void clear() { elts_.clear(); }
|
||||
bool has_action(const std::string &action) const;
|
||||
void menu_item(const std::string &action, const std::string &label);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user