Skip to content

Commit

Permalink
fix redefinition
Browse files Browse the repository at this point in the history
  • Loading branch information
alxbilger authored and fredroy committed Jan 19, 2025
1 parent 2f72bd0 commit 263b8c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sofa/framework/Type/src/sofa/type/RGBAColor.h
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,6 @@ class SOFA_TYPE_API RGBAColor

static constexpr sofa::Size static_size = NumberOfComponents;
static constexpr sofa::Size size() { return static_size; }
using value_type = float;
using size_type = sofa::Size;

private:
Expand Down

0 comments on commit 263b8c8

Please sign in to comment.