--- a/src/toolsets/algorithmtoolset.h Sat Mar 03 16:53:56 2018 +0200
+++ b/src/toolsets/algorithmtoolset.h Sat Mar 03 16:56:49 2018 +0200
@@ -39,4 +39,5 @@
private:
bool isColorUsed (class LDColor color);
-};
\ No newline at end of file
+ LDObject* next(LDObject* object);
+};