Skip to content

Commit

Permalink
no need for inline statement
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Dec 29, 2017
1 parent b076199 commit 4aba5d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdal/PointLayout.hpp
Expand Up @@ -224,7 +224,7 @@ class PointLayout
\param id ID of the dimension.
\return A pointer a dimension's detail.
*/
inline PDAL_DLL const Dimension::Detail* dimDetail(Dimension::Id id) const
PDAL_DLL const Dimension::Detail* dimDetail(Dimension::Id id) const
{
return &(m_detail[Utils::toNative(id)]);
}
Expand Down

0 comments on commit 4aba5d9

Please sign in to comment.