]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/rs_actionmodifyround.cpp
Refactoring: Moved RS_GraphicView to GraphicView.
[architektonas] / src / actions / rs_actionmodifyround.cpp
index 8b6eaf389cf1de1a7d9521217544de939fc12993..530ddfab42e48a283af7e8493b4e9eaf52e3d1fc 100644 (file)
 
 #include "rs_actionmodifyround.h"
 
+#include "rs_commandevent.h"
 #include "rs_dialogfactory.h"
 #include "rs_information.h"
 #include "rs_preview.h"
 
-RS_ActionModifyRound::RS_ActionModifyRound(RS_EntityContainer & container, RS_GraphicView & graphicView):
+RS_ActionModifyRound::RS_ActionModifyRound(RS_EntityContainer & container, GraphicView & graphicView):
        RS_PreviewActionInterface("Round Entities", container, graphicView)
 {
        entity1 = NULL;