add a missing semicolon

This commit is contained in:
Stephen Birarda 2013-06-26 15:52:26 -07:00
parent 2c7d720e88
commit 6c4dd03867

View file

@ -158,7 +158,7 @@ private:
Avatar(const Avatar&);
Avatar& operator= (const Avatar&);
bool isMyAvatar() const { return _owningAgent == NULL }
bool isMyAvatar() const { return _owningAgent == NULL; }
struct AvatarBall
{