Skip to content

Commit 8ddf560

Browse files
committed
Fix build
Signed-off-by: Isaac Marovitz <isaacryu@icloud.com>
1 parent f984205 commit 8ddf560

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

MarathonRecomp/api/Sonicteam/SoX/AI/StateMachine.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ namespace Sonicteam::SoX::AI
1111
xpointer<void> m_pVftable;
1212
xpointer<StateMachine<TState>> m_pState;
1313
MARATHON_INSERT_PADDING(4);
14-
xpointer<IContext> m_pContext;
14+
xpointer<Player::State::IContext> m_pContext;
1515
MARATHON_INSERT_PADDING(4);
1616
be<float> m_Time;
1717

18-
template <typename TContext = IContext>
18+
template <typename TContext = Player::State::IContext>
1919
TContext* GetContext()
2020
{
2121
return (TContext*)m_pContext.get();

0 commit comments

Comments
 (0)