X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fdesigner%2Fextendtool.h;fp=source%2Fdesigner%2Fextendtool.h;h=8e14fcf89a0cf07ea8bdd8b9bb9e064da5a39602;hb=6b9b841c497de4b783178ec8c5b98da49b6b8df5;hp=979c9205ef7038ba907ef60498c74000b5700de1;hpb=710efe5438a585b071085fc7d7ea14aebd8328fd;p=r2c2.git diff --git a/source/designer/extendtool.h b/source/designer/extendtool.h index 979c920..8e14fcf 100644 --- a/source/designer/extendtool.h +++ b/source/designer/extendtool.h @@ -3,13 +3,14 @@ #include #include -#include "libr2c2/track.h" +#include "libr2c2/object.h" +#include "libr2c2/trackiter.h" #include "tool.h" class ExtendTool: public Tool { private: - std::set objects; + std::vector unlinked_endpoints; std::vector extend_tracks; bool accepted;