made ToolPanel::setListener virtual (needed by MetaDataPanel to work properly)
This commit is contained in:
parent
9911283266
commit
e229b9519e
@ -88,7 +88,7 @@ public:
|
|||||||
{
|
{
|
||||||
multiImage = m;
|
multiImage = m;
|
||||||
}
|
}
|
||||||
void setListener (ToolPanelListener* tpl)
|
virtual void setListener (ToolPanelListener* tpl)
|
||||||
{
|
{
|
||||||
listener = tpl;
|
listener = tpl;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user