aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsilver1ce <none@none>2010-01-05 21:40:42 +0200
committersilver1ce <none@none>2010-01-05 21:40:42 +0200
commitfa7920a0dd0941ce7dbdac9c0cb7d059016b8326 (patch)
tree510e9399764930904a0b5faf4030f909e862c30e /src
parent55d9ff7e35295e60a30e7d026da6883e57c690fd (diff)
fix my typo
--HG-- branch : trunk
Diffstat (limited to 'src')
-rw-r--r--src/game/Cell.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game/Cell.h b/src/game/Cell.h
index 802c7bd8c45..5fb430b1ad0 100644
--- a/src/game/Cell.h
+++ b/src/game/Cell.h
@@ -168,7 +168,6 @@ struct TRINITY_DLL_DECL Cell
template<class LOCK_TYPE, class T, class CONTAINER> void Visit(const CellLock<LOCK_TYPE> &, TypeContainerVisitor<T, CONTAINER> &visitor, Map &m, const WorldObject &obj, float radius) const;
template<class LOCK_TYPE, class T, class CONTAINER> void Visit(const CellLock<LOCK_TYPE> &, TypeContainerVisitor<T, CONTAINER> &visitor, Map &, float radius, float x_off, float y_off) const;
- static CellArea CalculateCellArea(const WorldObject &obj, float radius);
static CellArea CalculateCellArea(float x, float y, float radius);
private: