fix compilation

This commit is contained in:
scrawl 2012-04-16 19:34:46 +02:00
parent 53b48196f9
commit 282f37b1b7

View file

@ -174,12 +174,12 @@ namespace MWWorld
throw std::runtime_error ("class does not have an down sound"); 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"); 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; return false;
} }