X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fbase%2Frs_snapper.cpp;h=bbc306cc736098748264ea3b8091b0696b7ba217;hb=d774c2655ba2c3657a565f325411144452392277;hp=0767b6ecd30593c5be9ae958ea68d35ea38fc8ca;hpb=c715d05d11ffe2913fe3465ec43d456ee9b85964;p=architektonas diff --git a/src/base/rs_snapper.cpp b/src/base/rs_snapper.cpp index 0767b6e..bbc306c 100644 --- a/src/base/rs_snapper.cpp +++ b/src/base/rs_snapper.cpp @@ -20,7 +20,7 @@ #include "graphicview.h" #include "rs_grid.h" #include "rs_information.h" -#include "paintintf.h" +#include "paintinterface.h" #include "settings.h" /** @@ -92,11 +92,10 @@ void RS_Snapper::SetGraphicView(GraphicView * v) } /** - * @return Pointer to the entity which was the key entity for the - * last successful snapping action. If the snap mode is "end point" - * the key entity is the entity whos end point was caught. - * If the snap mode didn't require an entity (e.g. free, grid) this - * method will return NULL. + * @return Pointer to the entity which was the key entity for the last + * successful snapping action. If the snap mode is "end point" the key entity + * is the entity whos end point was caught. If the snap mode didn't require an + * entity (e.g. free, grid) this method will return NULL. */ RS_Entity * RS_Snapper::getKeyEntity() {