attempt to fix travis compilation.
This commit is contained in:
parent
694cab871e
commit
e069190368
2 changed files with 4 additions and 2 deletions
|
@ -365,6 +365,8 @@ std::vector<std::string> location_palette::action_pressed() const
|
|||
}
|
||||
return res;
|
||||
}
|
||||
|
||||
location_palette::~location_palette()
|
||||
{
|
||||
}
|
||||
|
||||
} // end namespace editor
|
||||
|
|
|
@ -72,7 +72,7 @@ public:
|
|||
|
||||
virtual void select_item(const std::string& item_id);
|
||||
virtual std::vector<std::string> action_pressed() const override;
|
||||
|
||||
~location_palette();
|
||||
private:
|
||||
|
||||
/** Scroll the editor-palette to the top. */
|
||||
|
|
Loading…
Add table
Reference in a new issue