Skip to content

Commit

Permalink
Attempt to fix compilation of COPASI under Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
shoops committed Sep 6, 2023
1 parent f0bc6ac commit 14173a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NativeJIT/inc/NativeJIT/ExpressionTree.h
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ namespace NativeJIT


template <typename T>
typename Storage<T>::DirectRegister ExpressionTree::GetResultRegister()
typename ExpressionTree::Storage<T>::DirectRegister ExpressionTree::GetResultRegister()
{
return typename Storage<T>::DirectRegister(0);
}
Expand Down

0 comments on commit 14173a9

Please sign in to comment.