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},\