Cleanup: iterator macros

This line was missing in previous commit
This commit is contained in:
2018-03-09 11:00:54 +01:00
parent d3e14c2e2f
commit c3d7be150b

View File

@@ -79,7 +79,7 @@ bool EffectsExporter::hasEffects(Scene *sce)
return true; return true;
} }
} }
FOREACH_SCENE_OBJECT_END FOREACH_SCENE_OBJECT_END;
return false; return false;
} }