mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +02:00
add a missing semicolon
This commit is contained in:
parent
2c7d720e88
commit
6c4dd03867
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue