]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/rs_actionmodifyrotate2.cpp
Refactoring: Moved RS_GraphicView to GraphicView.
[architektonas] / src / actions / rs_actionmodifyrotate2.cpp
index 41912348253889a32db29858bef45e30bedb924a..0bdabab68526acfb4cb1cfc442b73e04bafbecbc 100644 (file)
@@ -17,7 +17,7 @@
 #include "rs_dialogfactory.h"
 
 RS_ActionModifyRotate2::RS_ActionModifyRotate2(
-       RS_EntityContainer & container, RS_GraphicView & graphicView):
+       RS_EntityContainer & container, GraphicView & graphicView):
        RS_PreviewActionInterface("Rotate Entities around two centers", container, graphicView)
 {
 }