From 6331c55bc7e48715f78330902dfa41e8fd10cf49 Mon Sep 17 00:00:00 2001 From: David Cernat Date: Thu, 26 Jan 2017 16:42:55 +0200 Subject: [PATCH] [Server] Add colons missing from CELLAPI --- apps/openmw-mp/Script/Functions/Cells.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/openmw-mp/Script/Functions/Cells.hpp b/apps/openmw-mp/Script/Functions/Cells.hpp index e008a525c..cbefe7df7 100644 --- a/apps/openmw-mp/Script/Functions/Cells.hpp +++ b/apps/openmw-mp/Script/Functions/Cells.hpp @@ -4,9 +4,9 @@ #include "../Types.hpp" #define CELLAPI \ - {"GetCellStateChangesSize", CellFunctions:GetCellStateChangesSize},\ + {"GetCellStateChangesSize", CellFunctions::GetCellStateChangesSize},\ \ - {"GetCellStateDescription", CellFunctions:GetCellStateDescription},\ + {"GetCellStateDescription", CellFunctions::GetCellStateDescription},\ \ {"GetCell", CellFunctions::GetCell},\ {"SetCell", CellFunctions::SetCell},\