From 58923591cba8130feb277ad04256ac985aa67683 Mon Sep 17 00:00:00 2001 From: cc9cii Date: Thu, 25 Jun 2015 19:25:47 +1000 Subject: [PATCH] Remove extra qualification. --- apps/openmw/mwworld/mwstore.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/openmw/mwworld/mwstore.hpp b/apps/openmw/mwworld/mwstore.hpp index ba5060b0ff..b833f1503e 100644 --- a/apps/openmw/mwworld/mwstore.hpp +++ b/apps/openmw/mwworld/mwstore.hpp @@ -27,7 +27,7 @@ namespace MWWorld virtual const ESM::MagicEffect* findMagicEffect(int id) const; - virtual void MWStore::getSpells(std::vector& spells); + virtual void getSpells(std::vector& spells); }; }