Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
turleypol committed Sep 11, 2021
1 parent aca47f2 commit 031d610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pol-core/pol/baseobject.h
Expand Up @@ -144,7 +144,7 @@ inline const Pos3d& ULWObject::pos3d() const
{
return pos().xyz();
}
inline const Pos2d& ULWObject::pos2d() const;
inline const Pos2d& ULWObject::pos2d() const
{
return pos().xy();
}
Expand Down

0 comments on commit 031d610

Please sign in to comment.