Skip to content

Commit

Permalink
Tried to un-break the windows build.
Browse files Browse the repository at this point in the history
  • Loading branch information
gunterkoenigsmann committed Oct 18, 2018
1 parent 3ae0df5 commit e694361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EMFout.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ wxSize Emfout::SetData(MathCell *tree)
bool Emfout::Layout()
{
if(m_recalculationDc == NULL)
return;
return false;

(*m_configuration)->SetContext(*m_recalculationDc);

Expand Down

0 comments on commit e694361

Please sign in to comment.