made ToolPanel::setListener virtual (needed by MetaDataPanel to work properly)

This commit is contained in:
Alberto Griggio 2018-01-01 23:41:07 +01:00
parent 9911283266
commit e229b9519e

View File

@ -88,7 +88,7 @@ public:
{
multiImage = m;
}
void setListener (ToolPanelListener* tpl)
virtual void setListener (ToolPanelListener* tpl)
{
listener = tpl;
}