Gave structure defining Mif_Complex_t a name so that it could be forward referenced.
This commit is contained in:
parent
f744ac61cd
commit
f3afb5c66d
|
|
@ -188,7 +188,7 @@ typedef enum {
|
|||
* Complex numbers
|
||||
*/
|
||||
|
||||
typedef struct {
|
||||
typedef struct Mif_Complex {
|
||||
|
||||
double real;
|
||||
double imag;
|
||||
|
|
|
|||
Loading…
Reference in New Issue