diff options
Diffstat (limited to 'src/game/CellImpl.h')
-rw-r--r-- | src/game/CellImpl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/CellImpl.h b/src/game/CellImpl.h index ee026ec8353..463b051f7ac 100644 --- a/src/game/CellImpl.h +++ b/src/game/CellImpl.h @@ -178,3 +178,4 @@ Cell::Visit(const CellLock<LOCK_TYPE> &l, TypeContainerVisitor<T, CONTAINER> &vi } } #endif + |