Skip to content

Commit

Permalink
Remove unnecessary default argument on Data3DPointsData_t template
Browse files Browse the repository at this point in the history
  • Loading branch information
asmaloney committed Aug 15, 2023
1 parent 507c98a commit 2782a01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/E57SimpleData.h
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ namespace e57
};

/// @brief Stores pointers to user-provided buffers
template <typename COORDTYPE = float> struct Data3DPointsData_t
template <typename COORDTYPE> struct Data3DPointsData_t
{
static_assert( std::is_floating_point<COORDTYPE>::value, "Floating point type required." );

Expand Down

0 comments on commit 2782a01

Please sign in to comment.