X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Frs_actionfilenew.cpp;h=6ed300a995850277967e460862c77a37da6a8331;hb=27d4a138d23453e93a833e9347444b828a971cb4;hp=980e4b9bb87a3f872e8be0ef22c932c4a5f40214;hpb=3b479913b79032e514ce8c74ba915c6c91ab0f15;p=architektonas diff --git a/src/actions/rs_actionfilenew.cpp b/src/actions/rs_actionfilenew.cpp index 980e4b9..6ed300a 100644 --- a/src/actions/rs_actionfilenew.cpp +++ b/src/actions/rs_actionfilenew.cpp @@ -16,7 +16,7 @@ //#include "drawing.h" -RS_ActionFileNew::RS_ActionFileNew(RS_EntityContainer & container, RS_GraphicView & graphicView): +RS_ActionFileNew::RS_ActionFileNew(RS_EntityContainer & container, GraphicView & graphicView): RS_ActionInterface("File New", container, graphicView) { }