forked from teamnwah/openmw-tes3coop
constness fix
This commit is contained in:
parent
d717b7b9dd
commit
a1d3516e0a
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ namespace MWWorld
|
|||
return mPtr.empty();
|
||||
}
|
||||
|
||||
const std::type_info& getType()
|
||||
const std::type_info& getType() const
|
||||
{
|
||||
assert (!mPtr.empty());
|
||||
return mPtr.type();
|
||||
|
|
Loading…
Reference in a new issue