From 233242352702c2a093e21af335c7c2aa46634b42 Mon Sep 17 00:00:00 2001 From: David Cernat Date: Fri, 27 Jul 2018 21:56:45 +0300 Subject: [PATCH] [Client] Fix extra qualification error in CellRef when compiling w/ GCC --- apps/openmw/mwworld/cellref.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/openmw/mwworld/cellref.hpp b/apps/openmw/mwworld/cellref.hpp index af4c12bff..dc3113a4c 100644 --- a/apps/openmw/mwworld/cellref.hpp +++ b/apps/openmw/mwworld/cellref.hpp @@ -35,7 +35,7 @@ namespace MWWorld make objects retain their uniqueIndex when they are updated after their records are modified on the fly by the server */ - void CellRef::setRefNum(unsigned int index); + void setRefNum(unsigned int index); /* End of tes3mp addition */