Skip to content

Commit

Permalink
Fixed compilation issue with mat4_t in C++
Browse files Browse the repository at this point in the history
  • Loading branch information
ravi688 committed Feb 6, 2022
1 parent b98217a commit b0967e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/hpml/mat4/template_definitions.h
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ typedef struct mat4_t(T)\
};\
T values[16];\
};\
T* const data[4];\
T* data[4];\
} mat4_t(T)


Expand Down

0 comments on commit b0967e7

Please sign in to comment.