attempt to fix travis compilation.

This commit is contained in:
gfgtdf 2016-06-17 20:10:31 +02:00
parent 694cab871e
commit e069190368
2 changed files with 4 additions and 2 deletions

View file

@ -365,6 +365,8 @@ std::vector<std::string> location_palette::action_pressed() const
}
return res;
}
location_palette::~location_palette()
{
}
} // end namespace editor

View file

@ -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. */