X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Frs_actionselectbase.cpp;h=d1bfb1e53693a060868f07dbbd513097cf6c5177;hb=be33e866f2121c48db93e06d743c5ae3826c1948;hp=c065235ba9e885998bbfb95f8bec7557dfb556a2;hpb=ee048ce722e7beb53e702825bb3285cd5cacd8bb;p=architektonas diff --git a/src/actions/rs_actionselectbase.cpp b/src/actions/rs_actionselectbase.cpp index c065235..d1bfb1e 100644 --- a/src/actions/rs_actionselectbase.cpp +++ b/src/actions/rs_actionselectbase.cpp @@ -14,10 +14,10 @@ #include "rs_actionselectbase.h" -#include "rs_graphicview.h" +#include "graphicview.h" RS_ActionSelectBase::RS_ActionSelectBase(const char * name, - RS_EntityContainer & container, RS_GraphicView & graphicView): + RS_EntityContainer & container, GraphicView & graphicView): RS_ActionInterface(name, container, graphicView) { }