X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Frs_actiondimension.cpp;h=864b771065123aeeda2e805def4154259dfe87e5;hb=be33e866f2121c48db93e06d743c5ae3826c1948;hp=89af7a5b0586e76e91297115403683f66c8d556a;hpb=ee048ce722e7beb53e702825bb3285cd5cacd8bb;p=architektonas diff --git a/src/actions/rs_actiondimension.cpp b/src/actions/rs_actiondimension.cpp index 89af7a5..864b771 100644 --- a/src/actions/rs_actiondimension.cpp +++ b/src/actions/rs_actiondimension.cpp @@ -15,9 +15,9 @@ #include "rs_actiondimension.h" #include "rs_dialogfactory.h" -#include "rs_graphicview.h" +#include "graphicview.h" -RS_ActionDimension::RS_ActionDimension(const char * name, RS_EntityContainer & container, RS_GraphicView & graphicView): +RS_ActionDimension::RS_ActionDimension(const char * name, RS_EntityContainer & container, GraphicView & graphicView): RS_PreviewActionInterface(name, container, graphicView) { reset();