Skip to content

Commit

Permalink
compile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
goblinhack committed Jan 20, 2024
1 parent 086cf7b commit 4a61651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/my_point.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ template < class T > class my_apoint
void unit(void);
};

using point = my_apoint< int16_t >;
using point = my_apoint< short >;
using fpoint = my_apoint< float >;

template < typename T > std::ostream &operator<<(std::ostream &out, const my_apoint< T > &my);
Expand Down

0 comments on commit 4a61651

Please sign in to comment.