]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/rs_actionblocksattributes.cpp
Refactoring: Moved RS_GraphicView to GraphicView.
[architektonas] / src / actions / rs_actionblocksattributes.cpp
index 67ef48b36a2b97800c6db3f2c7dc1c3fad39571c..a4e084bc89096c0cd1f1c499a39cdeeb5aced119 100644 (file)
@@ -30,7 +30,7 @@
 #include "rs_dialogfactory.h"
 
 RS_ActionBlocksAttributes::RS_ActionBlocksAttributes(
-       RS_EntityContainer & container, RS_GraphicView & graphicView):
+       RS_EntityContainer & container, GraphicView & graphicView):
        RS_ActionInterface("Edit Block Attributes", container, graphicView)
 {
 }