forked from mirror/openmw-tes3mp
fix compilation
This commit is contained in:
parent
53b48196f9
commit
282f37b1b7
1 changed files with 2 additions and 2 deletions
|
@ -174,12 +174,12 @@ namespace MWWorld
|
|||
throw std::runtime_error ("class does not have an down sound");
|
||||
}
|
||||
|
||||
MWGui::ToolTipInfo Class::getToolTipInfo (const Ptr& ptr)
|
||||
MWGui::ToolTipInfo Class::getToolTipInfo (const Ptr& ptr) const
|
||||
{
|
||||
throw std::runtime_error ("class does not have a tool tip");
|
||||
}
|
||||
|
||||
bool Class::hasToolTip (const Ptr& ptr)
|
||||
bool Class::hasToolTip (const Ptr& ptr) const
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue