Skip to content

Commit e694361

Browse files
Tried to un-break the windows build.
1 parent 3ae0df5 commit e694361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/EMFout.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ wxSize Emfout::SetData(MathCell *tree)
105105
bool Emfout::Layout()
106106
{
107107
if(m_recalculationDc == NULL)
108-
return;
108+
return false;
109109

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

0 commit comments

Comments
 (0)