Skip to content

Commit

Permalink
Fixing wrong type.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasnoble authored Oct 4, 2024
1 parent 7efde14 commit a4b700c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mips/psyqo/coroutine.hh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ struct Coroutine {
private:
Awaiter(Coroutine *coroutine) : m_coroutine(coroutine) {}
Coroutine *m_coroutine;
friend class Coroutine;
friend struct Coroutine;
};

/**
Expand Down

0 comments on commit a4b700c

Please sign in to comment.