[Server] Add colons missing from CELLAPI

coverity_scan^2
David Cernat 8 years ago
parent 2f644e9b14
commit 6331c55bc7

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

Loading…
Cancel
Save