mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-10-03 18:10:45 -04:00
constness fix
This commit is contained in:
parent
d717b7b9dd
commit
a1d3516e0a
@ -39,7 +39,7 @@ namespace MWWorld
|
|||||||
return mPtr.empty();
|
return mPtr.empty();
|
||||||
}
|
}
|
||||||
|
|
||||||
const std::type_info& getType()
|
const std::type_info& getType() const
|
||||||
{
|
{
|
||||||
assert (!mPtr.empty());
|
assert (!mPtr.empty());
|
||||||
return mPtr.type();
|
return mPtr.type();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user