Fix MSVC C4596 illegal qualified name

pull/541/head
Sergey Fukanchik 6 years ago
parent 44bcd9b25f
commit f2e11e6def

@ -551,7 +551,7 @@ namespace MWWorld
void enableActorCollision(const MWWorld::Ptr& actor, bool enable) override;
World::RestPermitted canRest() override;
RestPermitted canRest() override;
///< check if the player is allowed to rest \n
/// 0 - yes \n
/// 1 - only waiting \n

Loading…
Cancel
Save