Gave structure defining Mif_Complex_t a name so that it could be forward referenced.

This commit is contained in:
Jim Monte 2020-01-12 21:06:14 -05:00
parent f744ac61cd
commit f3afb5c66d
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ typedef enum {
* Complex numbers
*/
typedef struct {
typedef struct Mif_Complex {
double real;
double imag;