]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/rs_actionlayersedit.h
Refactoring: Moved RS_GraphicView to GraphicView.
[architektonas] / src / actions / rs_actionlayersedit.h
index 415afdcd0761d41475d822dfcb3fa8913320f7ef..86f9adc16fd3c3c53a48f7295a4f54eed778a61a 100644 (file)
@@ -11,7 +11,7 @@
 class RS_ActionLayersEdit: public RS_ActionInterface
 {
        public:
-               RS_ActionLayersEdit(RS_EntityContainer & container, RS_GraphicView & graphicView);
+               RS_ActionLayersEdit(RS_EntityContainer & container, GraphicView & graphicView);
                ~RS_ActionLayersEdit();
 
                virtual void init(int status = 0);